You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2021/02/01 17:09:06 UTC

[GitHub] [airflow] feluelle commented on pull request #11332: SnowflakeToS3Operator

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:
users@infra.apache.org