>From the example 'example_trigger_target_dag.py' I learned that it is possible >to reference the runtime parameters passed when I trigger a DAG. However it's >not clear to me what's the correct way of doing something similar from a >Subdag. I don't have the main dag_run available out of the box. I guess I can retrieve it from the DB and use it in the subdag, but is this the right way? Or is there a better way of passing runtime parameters to a Subdag?
Thank you, Renzo
