kolok commented on issue #54353:
URL: https://github.com/apache/airflow/issues/54353#issuecomment-3175044873

   Hello @jroachgolf84
   
   Thank you about reading my request.
   
   I tested it with `start_date` set to `null` or set to yesterday 
`start_date=pendulum.today("UTC").add(days=-1)` when deploying
   
   Here is the `DAG Runs Summary` from `production` environment. Note that the 
last run was a manual one at `2025-08-04, 12:18:13 UTC`
   
   ```  
   Total Runs Displayed 2
   [Total 
success](https://app-efd2802a-1773-48e0-987e-7a6dffb929d1.cleverapps.io/taskinstance/list/?_flt_3_dag_id=export_opendata_dag&_flt_3_state=success)
        2
   First Run Start      2025-04-01, 11:47:51 UTC
   Last Run Start       2025-08-04, 12:18:13 UTC
   Max Run Duration     00:00:14
   Mean Run Duration    00:00:13
   Min Run Duration     00:00:12
   DAG Summary
        
   Total Tasks  1
   PythonOperator       1
   DAG Details
        
   Dag display name     Acteurs Open-Data - Exporter les Acteurs en Open-Data
   Dag id       export_opendata_dag
   Description  Ce DAG export les acteurs disponibles en opendata précédemment 
générés dans la table `exposure_opendata_acteur` de la base de données.
   Fileloc      /opt/airflow/dags/acteurs/dags/export_opendata.py
   Has import errors    false
   Has task concurrency limits  false
   Is active    true
   Is paused    false
   Is subdag    false
   Last expired null
   Last parsed time     2025-08-11T13:53:15.238481+00:00
   Last pickled null
   Max active runs      1
   Max active tasks     16
   Max consecutive failed dag runs      0
   Next dagrun  2025-08-11T01:00:00+00:00
   Next dagrun create after     2025-08-18T01:00:00+00:00
   Next dagrun data interval end        2025-08-18T01:00:00+00:00
   Next dagrun data interval start      2025-08-11T01:00:00+00:00
   Pickle id    null
   Root dag id  null
   Scheduler lock       null
   Timetable description        At 01:00, only on Monday
   Catchup      true
   Concurrency  16
   Dataset expression   null
   Doc md       null
   End date     null
   Is paused upon creation      null
   Last parsed  2025-08-11T13:54:44.491465+00:00
   Orientation  LR
   Render template as native obj        false
   Start date   null
   Template searchpath  null
   Timezone     UTC
   Owners       
   Tags 
   Schedule interval    
   
   0 1 * * 1
   Dag run timeout      
   
   null```


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