We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Currently we have a dags_folder entry by default in dag_bundles. I think it's a bit confusing.
dags_folder
dag_bundles
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": {}} ]
The text was updated successfully, but these errors were encountered:
@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
Sorry, something went wrong.
No branches or pull requests
Currently we have a
dags_folder
entry by default indag_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
The text was updated successfully, but these errors were encountered: