[I] States of the time field corresponding to ti.state is not clear [airflow]

2024-03-29 Thread via GitHub
kzosabe opened a new issue, #38632: URL: https://github.com/apache/airflow/issues/38632 ### What do you see as an issue? There was a problem with the emitting of statistics logs regarding execution time introduced in https://github.com/apache/airflow/pull/30612 . Problem detail

Re: [I] States of the time field corresponding to ti.state is not clear [airflow]

2024-04-01 Thread via GitHub
uranusjr commented on issue #38632: URL: https://github.com/apache/airflow/issues/38632#issuecomment-2030931931 DEFERRED is the easy one, it is basically the same as RUNNING from the scheduler’s perspective, except it is waiting for the trigger to continue. For a ti to entered the DEFERRED,

Re: [I] States of the time field corresponding to ti.state is not clear [airflow]

2024-04-01 Thread via GitHub
kzosabe commented on issue #38632: URL: https://github.com/apache/airflow/issues/38632#issuecomment-2031136250 @uranusjr Thanks for the explanation! Just to confirm, does a DEFFERED task really transition directly to RUNNING? I may be missing something, but I could not find a code p

Re: [I] States of the time field corresponding to ti.state is not clear [airflow]

2024-04-02 Thread via GitHub
uranusjr commented on issue #38632: URL: https://github.com/apache/airflow/issues/38632#issuecomment-2031443184 > Just to confirm, does a DEFFERED task really transition directly to RUNNING? I didn’t say that; I only said a task transitions _from_ RUNNING to DEFERRED 😛 A deferred tas