Replies: 1 comment
-
To answer my own question: I have found a way to make it work by using the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi
Consider the following DAG:
I would like to do something similar replacing
download_product
andprocess_product
with twoDockerOperator
which would fire up scripts (saydownload_product.py
,process_product.py
) that both would take the dynamically generated outputs fromquery_all_sources
as an argument.So far I have tried to use various combinations of xcoms and templates to automatically fill the
command
parameter of the operators but with no success.Can this be achieved?
Beta Was this translation helpful? Give feedback.
All reactions