ephraimbuddy commented on code in PR #53699:
URL: https://github.com/apache/airflow/pull/53699#discussion_r2228204868


##########
airflow-core/src/airflow/utils/cli.py:
##########
@@ -295,6 +295,7 @@ def get_dag(
         manager = DagBundlesManager()
         all_bundles = list(manager.get_all_dag_bundles())
         for bundle in all_bundles:
+            bundle.initialize()

Review Comment:
   So, initializing the bundles is not the fix. Have updated it to sync the 
parsed dags to the DB. Also removed the above writing of serialized dag to the 
db and tests passed in my local environment. Waiting on CI to confirm



-- 
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]

Reply via email to