You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
|`CUBEJS_DB_DATABRICKS_ACCEPT_POLICY`| Whether or not to accept the license terms for the Databricks JDBC driver |`true`, `false`| ✅ |
60
60
|`CUBEJS_DB_DATABRICKS_TOKEN`| The [personal access token][databricks-docs-pat] used to authenticate the Databricks connection | A valid token | ✅ |
61
61
|`CUBEJS_DB_DATABRICKS_CATALOG`| The name of the [Databricks catalog][databricks-catalog] to connect to | A valid catalog name | ❌ |
62
-
|`CUBEJS_DB_EXPORT_BUCKET_MOUNT_DIR`| The path for the [Databricks DBFS mount][databricks-docs-dbfs]| A valid mount path | ❌ |
62
+
|`CUBEJS_DB_EXPORT_BUCKET_MOUNT_DIR`| The path for the [Databricks DBFS mount][databricks-docs-dbfs](Not needed if using Unity Catalog connection)| A valid mount path | ❌ |
63
63
|`CUBEJS_CONCURRENCY`| The number of concurrent connections each queue has to the database. Default is `2`| A valid number | ❌ |
64
64
|`CUBEJS_DB_MAX_POOL`| The maximum number of concurrent database connections to pool. Default is `8`| A valid number | ❌ |
65
65
@@ -103,7 +103,7 @@ Storage][azure-bs] for export bucket functionality.
103
103
#### AWS S3
104
104
105
105
To use AWS S3 as an export bucket, first complete [the Databricks guide on
106
-
mounting S3 buckets to Databricks DBFS][databricks-docs-dbfs-s3].
106
+
connecting to cloud object storage using Unity Catalog][databricks-docs-uc-s3].
0 commit comments