-
Notifications
You must be signed in to change notification settings - Fork 14.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Make dags reserialize
bundle aware
#45336
Labels
Comments
jedcunningham
added
the
kind:meta
High-level information important to the community
label
Jan 2, 2025
jedcunningham
added a commit
to astronomer/airflow
that referenced
this issue
Jan 2, 2025
As we work toward getting bundle parsing support in main (apache#42289), it'll be easier for reviewers to review the new `dags reserialize` command separate from the rest of the parsing changes (that PR will be rather large already). But in the meantime, simply using DagBag on a single directory won't continue working. Tracking issue to add it back: apache#45336
potiuk
pushed a commit
that referenced
this issue
Jan 2, 2025
As we work toward getting bundle parsing support in main (#42289), it'll be easier for reviewers to review the new `dags reserialize` command separate from the rest of the parsing changes (that PR will be rather large already). But in the meantime, simply using DagBag on a single directory won't continue working. Tracking issue to add it back: #45336
LefterisXefteris
pushed a commit
to LefterisXefteris/airflow
that referenced
this issue
Jan 5, 2025
As we work toward getting bundle parsing support in main (apache#42289), it'll be easier for reviewers to review the new `dags reserialize` command separate from the rest of the parsing changes (that PR will be rather large already). But in the meantime, simply using DagBag on a single directory won't continue working. Tracking issue to add it back: apache#45336
agupta01
pushed a commit
to agupta01/airflow
that referenced
this issue
Jan 6, 2025
As we work toward getting bundle parsing support in main (apache#42289), it'll be easier for reviewers to review the new `dags reserialize` command separate from the rest of the parsing changes (that PR will be rather large already). But in the meantime, simply using DagBag on a single directory won't continue working. Tracking issue to add it back: apache#45336
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Body
Today, the
dags reserialize
command can just create a new dagbag against the dags folder and sync it. Once we land support for bundles, however, it's not longer that simple.This command was temporarily disabled in order to makes reviews easier in #45337, so once #42289 is done, we can rebuild this command.
Committer
The text was updated successfully, but these errors were encountered: