ephraimbuddy commented on PR #48956: URL: https://github.com/apache/airflow/pull/48956#issuecomment-2790809247
> This is a rather large PR @ephraimbuddy that, by the looks of it, has implications beyond the specific case that you're solving, i.e. running the right dag version. Can you possibly split this up so that we can just see the fix that is specific to this problem? 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 -- 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]
