@@ -83,23 +83,26 @@ The documentation [installation notes](https://databrickslabs.github.io/dbldatag
8383contains details of installation using alternative mechanisms.
8484
8585## Compatibility
86- The Databricks Labs Data Generator framework can be used with Pyspark 3.3.0 and Python 3.9.21 or later. These are
87- compatible with the Databricks runtime 11 .3 LTS and later releases. For full Unity Catalog support,
88- we recommend using Databricks runtime 13.2 or later (Databricks 13.3 LTS or above preferred)
86+ The Databricks Labs Data Generator framework can be used with Pyspark 3.4.1 and Python 3.10.12 or later. These are
87+ compatible with the Databricks runtime 13 .3 LTS and later releases. This version also provides Unity Catalog
88+ compatibily.
8989
9090For full library compatibility for a specific Databricks Spark release, see the Databricks
9191release notes for library compatibility
9292
9393- https://docs.databricks.com/release-notes/runtime/releases.html
9494
95- When using the Databricks Labs Data Generator on "Unity Catalog" enabled Databricks environments,
95+ In older releases, when using the Databricks Labs Data Generator on "Unity Catalog" enabled Databricks environments,
9696the Data Generator requires the use of ` Single User ` or ` No Isolation Shared ` access modes when using Databricks
9797runtimes prior to release 13.2. This is because some needed features are not available in ` Shared `
9898mode (for example, use of 3rd party libraries, use of Python UDFs) in these releases.
99- Depending on settings, the ` Custom ` access mode may be supported.
99+ Depending on settings, the ` Custom ` access mode may be supported for those releases .
100100
101101The use of Unity Catalog ` Shared ` access mode is supported in Databricks runtimes from Databricks runtime release 13.2
102- onwards.
102+ onwards.
103+
104+ * This version of the data generator uses the Databricks runtime 13.3 LTS as the minimum supported
105+ version and alleviates these issues.*
103106
104107See the following documentation for more information:
105108
@@ -155,7 +158,7 @@ The GitHub repository also contains further examples in the examples directory.
155158
156159## Spark and Databricks Runtime Compatibility
157160The ` dbldatagen ` package is intended to be compatible with recent LTS versions of the Databricks runtime, including
158- older LTS versions at least from 11 .3 LTS and later. It also aims to be compatible with Delta Live Table runtimes,
161+ older LTS versions at least from 13 .3 LTS and later. It also aims to be compatible with Delta Live Table runtimes,
159162including ` current ` and ` preview ` .
160163
161164While we don't specifically drop support for older runtimes, changes in Pyspark APIs or
0 commit comments