bbovenzi commented on PR #43846: URL: https://github.com/apache/airflow/pull/43846#issuecomment-2468493485
Doesn't this always add running dags even when I set my `end_date` param to be in the past? (ex: I only wanted to look at dag runs from last week) I think there's a few ways to redo this: - make `end_date` an optional param - only filter on `start_date`, then you capture any dags that ran during that time period, even if they didn't finish within that time period (if the dagrun's end_date is after the date range we also miss it) -- 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]
