jabbera commented on issue #55524: URL: https://github.com/apache/airflow/issues/55524#issuecomment-3282213380
Thanks! I'll see which approach is easier for us. > Now, I'm not sure why this is first popping up in Airflow 3.0 It's because start_date is a new template field as of 3.0. Like I said, probably a bad choice since any template field essentially reserves that parameter name and it's incredibly likely to collide with others. Given it's use task_start_date probably would have been a choice that would have been less likely to collide. -- 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]
