amoghrajesh commented on code in PR #67833: URL: https://github.com/apache/airflow/pull/67833#discussion_r3338410339
########## airflow-core/src/airflow/example_dags/example_task_store.py: ########## @@ -50,27 +50,27 @@ def _poll_job(job_id: str) -> dict: with DAG( - dag_id="example_task_state", + dag_id="example_task_store", Review Comment: Nice catch, handled it -- 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]
