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
Hello,
I need to define the upstream dependencies from a key upstream from the items of the generators. Something like this
generators: - name: bq-jobs type: list_object_generator target: bq-job properties: items: - name: job1 upstream: [] - name: job2 upstream: - job1 --- name: bq-job operators: - name: << item['name'] >> type: kubernetes upstream_dependencies: << item['upstream']>>
When I try this I have this error
Found errors in sub dag: {'operators': {0: {'upstream_dependencies': ['Not a valid list.']}}}
Do you know how can I make it work ?
Thanks !
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello,
I need to define the upstream dependencies from a key upstream from the items of the generators.
Something like this
When I try this I have this error
Do you know how can I make it work ?
Thanks !
The text was updated successfully, but these errors were encountered: