Skip to content

Commit

Permalink
Fix incorrect code for Snowflake GCS (#7287)
Browse files Browse the repository at this point in the history
This was confusing, as `io_airbyte_test_staging` looks like a literal string and is not mentioned in the explanation above. Slack support context: https://app.slack.com/client/T01AB4DDR2N/C01MFR03D5W/thread/C01MFR03D5W-1634852461.058400
  • Loading branch information
bbugh committed Oct 22, 2021
1 parent 5eb2af6 commit a9e01db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/integrations/destinations/snowflake.md
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ create storage INTEGRATION gcs_airbyte_integration
STORAGE_ALLOWED_LOCATIONS = ('gcs://YOURBUCKETNAME');
create stage gcs_airbyte_stage
url = 'gcs://io_airbyte_test_staging'
url = 'gcs://YOURBUCKETNAME'
storage_integration = gcs_airbyte_integration;
GRANT USAGE ON integration gcs_airbyte_integration TO ROLE AIRBYTE_ROLE;
Expand Down

0 comments on commit a9e01db

Please sign in to comment.