kishvanchee edited a comment on pull request #11293: URL: https://github.com/apache/airflow/pull/11293#issuecomment-705073215
@turbaszek Can you please confirm? I was excluding `docs/_api` from my search since I thought these would get generated automatically. I guess from your comment I'm wrong. Or are you referring to these 2 files? ``` ./docs/lineage.rst:34: from airflow.operators.dummy_operator import DummyOperator ./docs/concepts.rst:1053: from airflow.operators.dummy_operator import DummyOperator ``` I'm surprised I didn't catch these either ``` ./backport_packages/airflow/providers/qubole/example_dags/example_qubole.py:24:from airflow.operators.dummy_operator import DummyOperator ./backport_packages/airflow/providers/amazon/aws/example_dags/example_google_api_to_s3_transfer_advanced.py:39:from airflow.operators.dummy_operator import DummyOperator ./backport_packages/airflow/providers/microsoft/winrm/example_dags/example_winrm.py:34:from airflow.operators.dummy_operator import DummyOperator ``` ---------------------------------------------------------------- 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]
