Skip to content

Instantly share code, notes, and snippets.

@cicdw
Created April 30, 2019 22:04
Show Gist options
  • Save cicdw/9e51ff8273bcb02fa832d606d9137ef0 to your computer and use it in GitHub Desktop.
Save cicdw/9e51ff8273bcb02fa832d606d9137ef0 to your computer and use it in GitHub Desktop.
def puller(**kwargs):
ti = kwargs['ti']
# get value_1
v1 = ti.xcom_pull(key=None, task_ids='push')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment