Skip to content

Commit 95cccb9

Browse files
committed
add docs
1 parent 15fb3ab commit 95cccb9

File tree

1 file changed

+19
-1
lines changed

1 file changed

+19
-1
lines changed

docs/pages/product/configuration/data-sources/databricks-jdbc.mdx

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,24 @@ CUBEJS_DB_EXPORT_BUCKET_AWS_SECRET=<AWS_SECRET>
122122
CUBEJS_DB_EXPORT_BUCKET_AWS_REGION=<AWS_REGION>
123123
```
124124

125+
#### Google Cloud Storage
126+
127+
<InfoBox>
128+
129+
When using an export bucket, remember to assign the **Storage Object Admin**
130+
role to your Google Cloud credentials (`CUBEJS_DB_EXPORT_GCS_CREDENTIALS`).
131+
132+
</InfoBox>
133+
134+
To use Google Cloud Storage as an export bucket, first complete [the Databricks guide on
135+
connecting to cloud object storage using Unity Catalog][databricks-docs-uc-gcs].
136+
137+
```dotenv
138+
CUBEJS_DB_EXPORT_BUCKET=gs://databricks-export-bucket
139+
CUBEJS_DB_EXPORT_BUCKET_TYPE=gcs
140+
CUBEJS_DB_EXPORT_GCS_CREDENTIALS=<BASE64_ENCODED_SERVICE_CREDENTIALS_JSON>
141+
```
142+
125143
#### Azure Blob Storage
126144

127145
To use Azure Blob Storage as an export bucket, follow [the Databricks guide on
@@ -136,7 +154,7 @@ CUBEJS_DB_EXPORT_BUCKET=wasbs://[email protected]
136154
CUBEJS_DB_EXPORT_BUCKET_AZURE_KEY=<AZURE_STORAGE_ACCOUNT_ACCESS_KEY>
137155
```
138156

139-
Access key provides full access to the configuration and data,
157+
Access key provides full access to the configuration and data,
140158
to use a fine-grained control over access to storage resources, follow [the Databricks guide on authorize with Azure Active Directory][authorize-with-azure-active-directory].
141159

142160
[Create the service principal][azure-authentication-with-service-principal] and replace the access key as follows:

0 commit comments

Comments
 (0)