pierrejeambrun opened a new pull request, #25962:
URL: https://github.com/apache/airflow/pull/25962

   DagRun.state can only take  the following values: `'success' | 'running' | 
'queued' | 'failed'`
   
   A few tests are run with `DagRun.state` that are not valid (eg 
`not_queued`). This is also an issue for moving the file to a typescript 
version.
   
   In the same manner the `areActiveRuns` second filter checks for state that 
cannot appear for a `DagRun.state` (`scheduled`).
   
   As discussed with @bbovenzi, we feel like the auto-refresh should work for 
`dataset_triggered` dag run.


-- 
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]

Reply via email to