josh-fell commented on code in PR #24307: URL: https://github.com/apache/airflow/pull/24307#discussion_r892798520
########## docs/apache-airflow-providers-amazon/example-dags.rst: ########## @@ -20,4 +20,4 @@ Example DAGs You can learn how to use Amazon AWS integrations by analyzing the source code of the example DAGs: -* `Amazon AWS <https://github.com/apache/airflow/tree/main/airflow/providers/amazon/aws/example_dags>`__ +* `Amazon AWS <https://github.com/apache/airflow/tree/providers-amazon/4.0.0/tests/system/providers/amazon/aws>`__ Review Comment: For the providers that are still in progress for their transition from example DAGs to system tests (e.g. Amazon, Google), should we default to pointing to system tests even if there are still example DAGs in the original directory (and in the case of Amazon, the vast majority haven't been migrated)? Maybe we check if the example DAG path exists first in the pre-commit check instead? -- 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]
