Skip to content

Commit

Permalink
Further improvements for provider verification
Browse files Browse the repository at this point in the history
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 apache#33662 and apache#33640
  • Loading branch information
potiuk committed Aug 24, 2023
1 parent 2dbb963 commit c1f3311
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 83 deletions.
3 changes: 0 additions & 3 deletions airflow/providers/google/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -928,9 +928,6 @@ transfers:
target-integration-name: Google Cloud Storage (GCS)
how-to-guide: /docs/apache-airflow-providers-google/operators/transfer/gdrive_to_gcs.rst
python-module: airflow.providers.google.cloud.transfers.gdrive_to_gcs
- source-integration-name: Microsoft SQL Server (MSSQL)
target-integration-name: Google Cloud Storage (GCS)
python-module: airflow.providers.google.cloud.transfers.mssql_to_gcs
- source-integration-name: Microsoft Azure FileShare
target-integration-name: Google Cloud Storage (GCS)
how-to-guide: /docs/apache-airflow-providers-google/operators/transfer/azure_fileshare_to_gcs.rst
Expand Down
3 changes: 0 additions & 3 deletions airflow/providers/microsoft/azure/provider.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -245,9 +245,6 @@ transfers:
target-integration-name: Microsoft Azure Blob Storage
how-to-guide: /docs/apache-airflow-providers-microsoft-azure/transfer/local_to_wasb.rst
python-module: airflow.providers.microsoft.azure.transfers.local_to_wasb
- source-integration-name: Microsoft Azure Blob Storage
target-integration-name: Google Cloud Storage (GCS)
python-module: airflow.providers.microsoft.azure.transfers.azure_blob_to_gcs
- source-integration-name: SSH File Transfer Protocol (SFTP)
target-integration-name: Microsoft Azure Blob Storage
how-to-guide: /docs/apache-airflow-providers-microsoft-azure/transfer/sftp_to_wasb.rst
Expand Down
Loading

0 comments on commit c1f3311

Please sign in to comment.