Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions providers/snowflake/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -129,9 +129,11 @@ transfers:
- source-integration-name: Google Cloud Storage (GCS)
target-integration-name: Snowflake
python-module: airflow.providers.snowflake.transfers.copy_into_snowflake
how-to-guide: /docs/apache-airflow-providers-snowflake/operators/copy_into_snowflake.rst
- source-integration-name: Microsoft Azure Blob Storage
target-integration-name: Snowflake
python-module: airflow.providers.snowflake.transfers.copy_into_snowflake
how-to-guide: /docs/apache-airflow-providers-snowflake/operators/copy_into_snowflake.rst

connection-types:
- hook-class-name: airflow.providers.snowflake.hooks.snowflake.SnowflakeHook
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -73,11 +73,13 @@ def get_provider_info():
"source-integration-name": "Google Cloud Storage (GCS)",
"target-integration-name": "Snowflake",
"python-module": "airflow.providers.snowflake.transfers.copy_into_snowflake",
"how-to-guide": "/docs/apache-airflow-providers-snowflake/operators/copy_into_snowflake.rst",
},
{
"source-integration-name": "Microsoft Azure Blob Storage",
"target-integration-name": "Snowflake",
"python-module": "airflow.providers.snowflake.transfers.copy_into_snowflake",
"how-to-guide": "/docs/apache-airflow-providers-snowflake/operators/copy_into_snowflake.rst",
},
],
"connection-types": [
Expand Down
Loading