uranusjr commented on a change in pull request #19723:
URL: https://github.com/apache/airflow/pull/19723#discussion_r754009718
##########
File path: airflow/providers/databricks/hooks/databricks.py
##########
@@ -34,6 +34,8 @@
from airflow.exceptions import AirflowException
from airflow.hooks.base import BaseHook
+RUN_STATE_FORMAT_STRING = "State: {}. Result: {}. {}"
Review comment:
I think having to change two places is actually kind of a good thing
here, since it avoids the string to be accidentally changed—the test failures
would notify us the change might be accidental.
--
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]