ashb commented on issue #5990: [AIRFLOW-5390] Remove provide context
URL: https://github.com/apache/airflow/pull/5990#issuecomment-527386507
 
 
   Another example: what happens if I do:
   
   ```python
   def fn(dag, **context):
       print(dag)
   
   PythonOperator(
       op_args=[1],
       python_callable=fn
   )
   ```

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
us...@infra.apache.org


With regards,
Apache Git Services

Reply via email to