xcom airflow
args = {
'owner': '****',
'start_date': airflow.utils.dates.days_ago(2),
'provide_context': True
}
storage_objects = kwargs["ti"].xcom_pull(task_ids="list_files")
xcom airflow
args = {
'owner': '****',
'start_date': airflow.utils.dates.days_ago(2),
'provide_context': True
}
storage_objects = kwargs["ti"].xcom_pull(task_ids="list_files")
xcom airflow example
dag_1 = DAG('this_dag_will_be_discovered')
def my_function():
dag_2 = DAG('but_this_dag_will_not')
my_function()
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us