-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Add bundle_name
and latest_bundle_version
to dags list
command
#45646
Comments
Hey @jedcunningham, I can take this up. You can assign it to me. |
Hey @jedcunningham, I have a quick question about creating DAG Bundles. I noticed several classes under dag_processing/bundles. How can we use them to create bundles locally? |
You set them in config. The default and example there should get you going, but feel free to reach back out if you get stuck! |
I have created a draft PR (#45779) that adds the bundle name as an argument to the |
Couple things:
|
Thankyou @jedcunningham for reviewing it, I'll go with the approach enabling |
Hi @jedcunningham, I have a few questions:
![]()
Looking forward to your guidance! |
Once we are good with |
Hey @jedcunningham , I get the following error upon trying it. ![]() |
Could you also please share a working configuration for the GithubDagBundle? |
Sounds like your db isn't migrated. Here is an example. First you need to set up a connection:
Then, add this to your config:
However, something is broken right now and the processor is getting stuck on servicing the sockets. I'll have to dig into this tomorrow. In the meantime, you can safely go into the db and just put a string in the (edit: added |
Body
We need to add
bundle_name
andlatest_bundle_version
to thedags list
commandCommitter
The text was updated successfully, but these errors were encountered: