GitHub user mohamedhassib added a comment to the discussion: Airflow 3: 
data_interval_end == data_interval_start?

This works fine when I use:

```
from airflow.timetables.interval import CronDataIntervalTimetable

schedule = CronDataIntervalTimetable("0 0 * * *", timezone="UTC")
```

But the problem appears when one DAG triggers another DAG — in that case, the 
triggered DAG does not respect the data interval from the timetable (it 
collapses to start == end).

Is there a recommended way to make CronDataIntervalTimetable work correctly 
when DAGs trigger each other?

GitHub link: 
https://github.com/apache/airflow/discussions/51371#discussioncomment-14542238

----
This is an automatically sent email for [email protected].
To unsubscribe, please send an email to: [email protected]

Reply via email to