marcosmartinezfco commented on issue #59465: URL: https://github.com/apache/airflow/issues/59465#issuecomment-3705037944
> > > Please check whether any arguments in the DAG or tasks include values that change on each execution, such as `datetime.now()`. > > > > > > yeah we use that kind of stuff a lot. > > Is there any sort of best practices around this? > > We are working on having a warning issued when this happens [#59430](https://github.com/apache/airflow/pull/59430) - you can take a lok at this PR in the meantime and avoid those things that are checked there. Thank you so much, happy new yeay btw. Also last question would be whether the increments can cause some sort of weird error in the long term when it overflows? -- 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]
