Skip to content

Commit 96efcfb

Browse files
authored
Further improvements for provider verification (#33670)
This one completes review and check of provider.yaml verifications. There was one more check - for duplicates - that did not work as expected. It was hiding errors detected. This PR fixes it and also adds a bit more diagnostics messagese on what is actually being checked to give a bit more clue if some check is not doing what it is supposed to be doing. Follow up after #33662 and #33640
1 parent 08188f8 commit 96efcfb

File tree

3 files changed

+180
-83
lines changed

3 files changed

+180
-83
lines changed

airflow/providers/google/provider.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -928,9 +928,6 @@ transfers:
928928
target-integration-name: Google Cloud Storage (GCS)
929929
how-to-guide: /docs/apache-airflow-providers-google/operators/transfer/gdrive_to_gcs.rst
930930
python-module: airflow.providers.google.cloud.transfers.gdrive_to_gcs
931-
- source-integration-name: Microsoft SQL Server (MSSQL)
932-
target-integration-name: Google Cloud Storage (GCS)
933-
python-module: airflow.providers.google.cloud.transfers.mssql_to_gcs
934931
- source-integration-name: Microsoft Azure FileShare
935932
target-integration-name: Google Cloud Storage (GCS)
936933
how-to-guide: /docs/apache-airflow-providers-google/operators/transfer/azure_fileshare_to_gcs.rst

airflow/providers/microsoft/azure/provider.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -245,9 +245,6 @@ transfers:
245245
target-integration-name: Microsoft Azure Blob Storage
246246
how-to-guide: /docs/apache-airflow-providers-microsoft-azure/transfer/local_to_wasb.rst
247247
python-module: airflow.providers.microsoft.azure.transfers.local_to_wasb
248-
- source-integration-name: Microsoft Azure Blob Storage
249-
target-integration-name: Google Cloud Storage (GCS)
250-
python-module: airflow.providers.microsoft.azure.transfers.azure_blob_to_gcs
251248
- source-integration-name: SSH File Transfer Protocol (SFTP)
252249
target-integration-name: Microsoft Azure Blob Storage
253250
how-to-guide: /docs/apache-airflow-providers-microsoft-azure/transfer/sftp_to_wasb.rst

0 commit comments

Comments
 (0)