├── LICENSE ├── README.md ├── contrib ├── hooks │ └── snowflake_hook.py └── operators │ ├── SnowflakeFlumeS3Copy.py │ └── snowflake_operator.py └── screnshots ├── airflow-snowflake-operator-example-dag.png └── airflow-snowflake-operator-example-log.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aberdave/airflow-snowflake/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aberdave/airflow-snowflake/HEAD/README.md -------------------------------------------------------------------------------- /contrib/hooks/snowflake_hook.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aberdave/airflow-snowflake/HEAD/contrib/hooks/snowflake_hook.py -------------------------------------------------------------------------------- /contrib/operators/SnowflakeFlumeS3Copy.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aberdave/airflow-snowflake/HEAD/contrib/operators/SnowflakeFlumeS3Copy.py -------------------------------------------------------------------------------- /contrib/operators/snowflake_operator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aberdave/airflow-snowflake/HEAD/contrib/operators/snowflake_operator.py -------------------------------------------------------------------------------- /screnshots/airflow-snowflake-operator-example-dag.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aberdave/airflow-snowflake/HEAD/screnshots/airflow-snowflake-operator-example-dag.png -------------------------------------------------------------------------------- /screnshots/airflow-snowflake-operator-example-log.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/aberdave/airflow-snowflake/HEAD/screnshots/airflow-snowflake-operator-example-log.png --------------------------------------------------------------------------------