Skip to content
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

Revisit default bundle config #44965

Open
dstandish opened this issue Dec 16, 2024 · 1 comment
Open

Revisit default bundle config #44965

dstandish opened this issue Dec 16, 2024 · 1 comment

Comments

@dstandish
Copy link
Contributor

dstandish commented Dec 16, 2024

Currently we have a dags_folder entry by default in dag_bundles. I think it's a bit confusing.

When i see that, i assume it's the new location for the old dags_folder setting. or that it's a setting that applies to all dag bundles.

I think we can do something to disabiguate this.

One option would be to do something like this

[dag_bundles]

bundle_configs = [
	{"name": "blah", "classpath": "blah"},
	{"name": "git", "classpath": "somethingsomething.Git","kwargs": {}}
  ]
@dstandish dstandish converted this from a draft issue Dec 16, 2024
@Prab-27
Copy link
Contributor

Prab-27 commented Dec 22, 2024

@dstandish , I'd like to work on this issue. Could you please tell me the file path? I'm still new, and I can't find it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Development

No branches or pull requests

2 participants