kneepdee commented on issue #37097: URL: https://github.com/apache/airflow/issues/37097#issuecomment-2911478893
I did some light digging and found out that the `example_bash_operator` DAG was removed in https://github.com/apache/airflow/pull/49978. In most places it seems to be now replaced by `example_simplest_dag`. @potiuk should the quick start guide be also changed to reference `example_simplest_dag`? If so, I can take a stab at preparing a PR. Additionally, some test files (for example https://github.com/apache/airflow/blob/50f0fef52fc1087515ce6dcf91faa1b1debc8190/airflow-core/tests/unit/api_fastapi/core_api/routes/public/test_task_instances.py#L1991) seem to still reference `example_bash_operator` as well. Likely not a huge deal but wouldn't it also be clearer if the test files referenced an existing example DAG? -- 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]
