Skip to content

Commit 91f4698

Browse files
committed
docs: Clarify Azure export bucket
1 parent a9c9f5a commit 91f4698

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ account and use as follows:
147147

148148
```dotenv
149149
CUBEJS_DB_EXPORT_BUCKET_TYPE=azure
150-
CUBEJS_DB_EXPORT_BUCKET=wasbs://my-bucket@my-account.blob.core.windows.net
150+
CUBEJS_DB_EXPORT_BUCKET=wasbs://my-container@my-storage-account.blob.core.windows.net
151151
CUBEJS_DB_EXPORT_BUCKET_AZURE_KEY=<AZURE_STORAGE_ACCOUNT_ACCESS_KEY>
152152
```
153153

docs/pages/product/configuration/data-sources/snowflake.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -207,7 +207,7 @@ Once the Snowflake integration is set up, configure Cube using the following:
207207

208208
```dotenv
209209
CUBEJS_DB_EXPORT_BUCKET_TYPE=azure
210-
CUBEJS_DB_EXPORT_BUCKET=wasbs://my-bucket@my-account.blob.core.windows.net
210+
CUBEJS_DB_EXPORT_BUCKET=wasbs://my-container@my-storage-account.blob.core.windows.net
211211
CUBEJS_DB_EXPORT_BUCKET_AZURE_KEY=<AZURE_STORAGE_ACCOUNT_ACCESS_KEY>
212212
CUBEJS_DB_EXPORT_INTEGRATION=azure_int
213213
```

0 commit comments

Comments
 (0)