hussein-awala opened a new pull request, #34589:
URL: https://github.com/apache/airflow/pull/34589

   closes: #34493
   
   Airflow changes the TI state to queue in two cases:
   - 
https://github.com/apache/airflow/blob/7a5b6a39c948bc51d754898b0478ad319dfab43f/airflow/jobs/backfill_job_runner.py#L533
   - 
https://github.com/apache/airflow/blob/7a5b6a39c948bc51d754898b0478ad319dfab43f/airflow/jobs/scheduler_job_runner.py#L603-L614
   
   and in both cases, TI may not have a start date if it's the first attempt, 
so the warning raised by `emit_state_change_metric` method is false, and should 
be suppressed.


-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to