jscheffl commented on PR #57342: URL: https://github.com/apache/airflow/pull/57342#issuecomment-3453545572
Is there a practical use for data interval start/end in your use case that you need it for? Other than adding consistentcy? In my view the parameters are mainly covered for histporical scheduled use cases to define the data intervals. Manually triggering a Dag is in almost all cases (looking for an exception) out of such interval bounds. I would expect if you want to manually run such things that it is a special advanced case _or_ the option to make a backfill are the right way to go. I am asking for a real use case because the trigger form is already over-loaded with options (in my view) and I fear that there are more users confused by the options than it brings a benefit. I'd accept it if there is a real use case driving this addition. There might be. -- 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]
