dstandish commented on PR #48956: URL: https://github.com/apache/airflow/pull/48956#issuecomment-2791039096
> I don't think the PR can be split up. The major fix here is having DagBag.dags keys to be (dag_id, bundle_version) instead of dag_id. DagBag is used in all the places I updated. We can't use the tuple key without updating all the other places. I'm going to reply to the other comments but this is the fix. You can also try the reproduction and see if there's another way to fix this issue I see, you changed the type in DagBag.dags, that's why the change above looked wrong -- 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]
