kishvanchee commented on issue #11178: URL: https://github.com/apache/airflow/issues/11178#issuecomment-703064424
Can I work on this? Please correct me if I'm wrong, so each PR should be for one operator right? I see there are many files to be edited. I hope I'm searching for the right files. ```shell [kishore@arch airflow]$ find providers/ -wholename "*/operators/*.py" | grep -v '__init__.py' | wc -l 121 [kishore@arch airflow]$ find providers/ -wholename "*/sensors/*.py" | grep -v '__init__.py' | wc -l 53 ``` ---------------------------------------------------------------- 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]
