SSC-EWI-BQ0015
External table requires an external stage to access a external location, define and replace the EXTERNAL_STAGE placeholder
Description
When transforming the CREATE EXERNAL TABLE statement, SnowConvert will generate an EXTERNAL_STAGE placeholder that has to be replaced with the external stage created for connecting with the external location from Snowflake.
Please refer to the following guides to set up the necessary Storage Integration and External Stage in your Snowflake account:
Code Example
Input Code:
IN -> BigQuery_01.sql
Output Code:
OUT -> BigQuery_01.sql
Recommendations
Set up your external connection in the Snowflake account and replace the EXTERNAL_STAGE placeholder to complete the transformation.
If you need more support, you can email us at snowconvert-support@snowflake.com
Last updated