dheerajturaga commented on PR #60804: URL: https://github.com/apache/airflow/pull/60804#issuecomment-4237610656
> >One reason why I ended up here was some false dag version increments due to dag meta data changes. Also some dags used "datetime.now()" as start date rather than a fixed startdate. > > > > @dheerajturaga We should fix those underlying issue too. Could you create GH issue with what metadata is causing false increase? and for `datetime.now` --> if it is for start date -- that should never be used like that I did do a deep dive into this. All of it was from datetime.now in start date. Many of our dags just need a simple cron and start date in that scenario is largely meaningless so users just put something in there to get by -- 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]
