File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -533,7 +533,7 @@ transfers:
533
533
target-integration-name : Amazon Simple Storage Service (S3)
534
534
how-to-guide : /docs/apache-airflow-providers-amazon/operators/transfer/local_to_s3.rst
535
535
python-module : airflow.providers.amazon.aws.transfers.local_to_s3
536
- - source-integration-name : SQL
536
+ - source-integration-name : Common SQL
537
537
target-integration-name : Amazon Simple Storage Service (S3)
538
538
how-to-guide : /docs/apache-airflow-providers-amazon/operators/transfer/sql_to_s3.rst
539
539
python-module : airflow.providers.amazon.aws.transfers.sql_to_s3
Original file line number Diff line number Diff line change @@ -817,7 +817,7 @@ transfers:
817
817
target-integration-name : Google Cloud Storage (GCS)
818
818
how-to-guide : /docs/apache-airflow-providers-google/operators/transfer/trino_to_gcs.rst
819
819
python-module : airflow.providers.google.cloud.transfers.trino_to_gcs
820
- - source-integration-name : SQL
820
+ - source-integration-name : Common SQL
821
821
target-integration-name : Google Cloud Storage (GCS)
822
822
python-module : airflow.providers.google.cloud.transfers.sql_to_gcs
823
823
- source-integration-name : Google Cloud Storage (GCS)
@@ -896,7 +896,7 @@ transfers:
896
896
target-integration-name : Google Spreadsheet
897
897
how-to-guide : /docs/apache-airflow-providers-google/operators/transfer/gcs_to_sheets.rst
898
898
python-module : airflow.providers.google.suite.transfers.gcs_to_sheets
899
- - source-integration-name : SQL
899
+ - source-integration-name : Common SQL
900
900
target-integration-name : Google Spreadsheet
901
901
how-to-guide : /docs/apache-airflow-providers-google/operators/transfer/sql_to_sheets.rst
902
902
python-module : airflow.providers.google.suite.transfers.sql_to_sheets
Original file line number Diff line number Diff line change 62
62
- airflow.providers.slack.hooks.slack_webhook
63
63
64
64
transfers :
65
- - source-integration-name : SQL
65
+ - source-integration-name : Common SQL
66
66
target-integration-name : Slack
67
67
python-module : airflow.providers.slack.transfers.sql_to_slack
68
68
how-to-guide : /docs/apache-airflow-providers-slack/operators/sql_to_slack.rst
Original file line number Diff line number Diff line change @@ -83,7 +83,7 @@ def get_all_integration_names(yaml_files) -> List[str]:
83
83
all_integrations = [
84
84
i ['integration-name' ] for f in yaml_files .values () if 'integrations' in f for i in f ["integrations" ]
85
85
]
86
- all_integrations += ["SQL" , " Local" ]
86
+ all_integrations += ["Local" ]
87
87
return all_integrations
88
88
89
89
You canβt perform that action at this time.
0 commit comments