tests.system.snowflake.example_copy_into_snowflake

Example use of Snowflake related operators.

Attributes

SNOWFLAKE_CONN_ID

SNOWFLAKE_STAGE

SNOWFLAKE_SAMPLE_TABLE

S3_FILE_PATH

ENV_ID

DAG_ID

copy_into_table

test_run

Module Contents

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

Was this entry helpful?