ashb commented on code in PR #47798: URL: https://github.com/apache/airflow/pull/47798#discussion_r2005710691
########## airflow-core/docs/authoring-and-scheduling/dynamic-task-mapping.rst: ########## @@ -34,7 +34,7 @@ In its simplest form you can map over a list defined directly in your DAG file u If you want to see a simple usage of Dynamic Task Mapping, you can look below: -.. exampleinclude:: /../../airflow/example_dags/example_dynamic_task_mapping.py +.. exampleinclude:: /../../airflow-core/src/airflow/example_dags/example_dynamic_task_mapping.py Review Comment: Would all of these be better as ```suggestion .. exampleinclude:: ../../src/airflow/example_dags/example_dynamic_task_mapping.py ``` though maybe we want to avoid relative includes so it's easier when doc files move around, in which case ```suggestion .. exampleinclude:: /../src/airflow/example_dags/example_dynamic_task_mapping.py ``` Either way -- going up two levels to go back in to `airflow-core/` seems redundant. -- 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]
