kunaljubce commented on issue #59003: URL: https://github.com/apache/airflow/issues/59003#issuecomment-3610154205
Although in my case, nesting the `task_b` inside `include/` does not seem to help either: ``` → tree files/dags/ files/dags/ ├── include │ └── module │ ├── __init__.py │ └── task_b.py └── my_dag.py 3 directories, 3 files ``` -- 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]
