feluelle commented on pull request #11332:
URL: https://github.com/apache/airflow/pull/11332#issuecomment-771009993
@JavierLopezT The static check is failing because of:
```
Validate providers.yaml
files............................................................Failed
- hook id: provider-yamls
- exit code: 1
Checking integration duplicates
Checking completeness of list of {sensors, hooks, operators}
Checking for duplicates in list of {sensors, hooks, operators}
Checking completeness of list of transfers
Checking for duplicates in list of transfers
Checking connection classes belong to package
Checking doc files
Detect unregistered integrations
Found 2 errors
The `airflow.providers.aws.transfers.snowflake_to_s3` object in transfers
list in airflow/providers/amazon/provider.yaml does not start with the expected
airflow.providers.amazon.
Incorrect content of key 'transfers/python-module' in file:
airflow/providers/amazon/provider.yaml
Items in the first set but not the second:
'airflow.providers.amazon.aws.transfers.snowflake_to_s3'
Items in the second set but not the first:
'airflow.providers.aws.transfers.snowflake_to_s3'
```
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]