github-actions[bot] opened a new pull request, #50900: URL: https://github.com/apache/airflow/pull/50900
This PR makes it so dag_maker always creates serialized dag and dagversion objects, along with dag model. It's not really sensible anymore to not have these other objects there; they are always there in production, and increasingly we need them there for code to work right, and their omission can leave some bugs hidden (and some of them are resolved as part of this). Initially, I was going to just remove the option, but, it also controls the type of dag object returned by dag_maker (serdag vs dag), so for now I leave that as is. --------- (cherry picked from commit 229d1b2) Co-authored-by: Daniel Standish <[email protected]> Co-authored-by: Tzu-ping Chung <[email protected]> -- 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]
