Does someone know how to get the Dataproc resource links for all DataProcPigOperator tasks? #33396
-
Beta Was this translation helpful? Give feedback.
Answered by
xuyangwang0825
Aug 16, 2023
Replies: 1 comment
-
It can be access by the following way. conf = ti.xcom_pull(dag_id='dag_id', task_ids='task_id', key='conf') |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
xuyangwang0825
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It can be access by the following way.