Skip to content

Commit 575abca

Browse files
authored
docs: Fix export bucket type for snowflake GCS example in the docs (#9446)
1 parent fcb5711 commit 575abca

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)