The GitHub Actions job "Tests" on airflow.git has succeeded.
Run started by GitHub user meujin (triggered by uranusjr).

Head commit for run:
814b766c1d7b10dce5ef5b501fae4234736b7586 / meujin 
<[email protected]>
Fix problem with displaying graph

If run_id is presented in the graph URL for example:
http://localhost:8080/dags/simple_dag/graph?run_id=scheduled__2023-03-14T12%3A47%3A00%2B00%3A00&execution_date=2023-03-14+12%3A47%3A00%2B00%3A00
query_date will be equal to base_date which set as (timezone.utcnow() + 
timedelta(seconds=1)).replace(microsecond=0)
And drs will contain only recent num_runs results which may not include dag_run 
with desirable execution_date, instead of this you will have the latest one.

Report URL: https://github.com/apache/airflow/actions/runs/4753973564

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to