ferruzzi edited a comment on issue #20139: URL: https://github.com/apache/airflow/issues/20139#issuecomment-992942166
> Found the following error in provider.yaml in pre-commit, how to tackle them? [EDIT: It looks like you already sorted it out, but for posterity in case this pops up in a search later: ] You need to edit `providers/amazon/providers.yaml`:L188-192. That section should contain the names of the Operators files/modules for that service. So if you are deleting those five files and combining them into a single `operators/dms.py`, then the deleted files need to be removed from that yaml section and add `airflow.providers.amazon.aws.operators.dms` in their place. -- 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. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
