tests.system.providers.snowflake.example_copy_into_snowflake

Example use of Snowflake related operators.

Module Contents

tests.system.providers.snowflake.example_copy_into_snowflake.SNOWFLAKE_CONN_ID = 'my_snowflake_conn'[source]
tests.system.providers.snowflake.example_copy_into_snowflake.SNOWFLAKE_STAGE = 'stage_name'[source]
tests.system.providers.snowflake.example_copy_into_snowflake.SNOWFLAKE_SAMPLE_TABLE = 'sample_table'[source]
tests.system.providers.snowflake.example_copy_into_snowflake.S3_FILE_PATH = '</path/to/file/sample_file.csv'[source]
tests.system.providers.snowflake.example_copy_into_snowflake.ENV_ID[source]
tests.system.providers.snowflake.example_copy_into_snowflake.DAG_ID = 'example_s3_to_snowflake'[source]
tests.system.providers.snowflake.example_copy_into_snowflake.copy_into_table[source]
tests.system.providers.snowflake.example_copy_into_snowflake.test_run[source]

Was this entry helpful?