alexott commented on a change in pull request #19723:
URL: https://github.com/apache/airflow/pull/19723#discussion_r755035170
##########
File path: airflow/providers/databricks/hooks/databricks.py
##########
@@ -407,6 +407,14 @@ def get_run_state(self, run_id: str) -> RunState:
"""
Retrieves run state of the run.
+ Please note that any Airflow tasks that call the ``get_run_state``
method will result in
+ failure unless you have enabled xcom pickling. This can be done using
the following
+ environment variable: ``AIRLFOW_CORE_ENABLE_XCOM_PICKLING=TRUE``
Review comment:
you're right. FIxed
--
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: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]