[GitHub] [airflow] uranusjr commented on a change in pull request #16866: Remove default_args pattern + added get_current_context() use for Core Airflow example DAGs

2021-08-11 Thread GitBox
uranusjr commented on a change in pull request #16866: URL: https://github.com/apache/airflow/pull/16866#discussion_r687396592 ## File path: airflow/example_dags/example_xcom.py ## @@ -78,6 +104,14 @@ def puller(**kwargs): pull = PythonOperator( task_id='puller',

[GitHub] [airflow] uranusjr commented on a change in pull request #16866: Remove default_args pattern + added get_current_context() use for Core Airflow example DAGs

2021-08-05 Thread GitBox
uranusjr commented on a change in pull request #16866: URL: https://github.com/apache/airflow/pull/16866#discussion_r683950115 ## File path: airflow/example_dags/tutorial_taskflow_api_etl_virtualenv.py ## @@ -19,24 +19,14 @@ # [START tutorial] # [START import_module]