Skip to content

Commit 190b68b

Browse files
KSDaemonmarianore-muttdata
authored andcommitted
docs: Fix export bucket type for snowflake GCS example in the docs (cube-js#9446)
1 parent b5e6fa5 commit 190b68b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

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

158158
```dotenv
159159
CUBEJS_DB_EXPORT_BUCKET=snowflake-export-bucket
160-
CUBEJS_DB_EXPORT_BUCKET_TYPE=gcp
160+
CUBEJS_DB_EXPORT_BUCKET_TYPE=gcs
161161
CUBEJS_DB_EXPORT_GCS_CREDENTIALS=<BASE64_ENCODED_SERVICE_CREDENTIALS_JSON>
162162
CUBEJS_DB_EXPORT_INTEGRATION=gcs_int
163163
```

0 commit comments

Comments
 (0)