You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by GitBox <gi...@apache.org> on 2022/08/17 20:44:48 UTC

[GitHub] [airflow] potiuk commented on issue #25778: provide_context: False provided to PythonOperator raises Airflow Exception, provide_context: True is allowed

potiuk commented on issue #25778:
URL: https://github.com/apache/airflow/issues/25778#issuecomment-1218473060

   This is OK. the import error is because provide_context =False is invalid and it fails your DAG. Where provide_context=True works as expected (because context is always provided). So all is fine here.


-- 
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.

To unsubscribe, e-mail: commits-unsubscribe@airflow.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org