pankajkoti commented on code in PR #39771:
URL: https://github.com/apache/airflow/pull/39771#discussion_r1620176963


##########
airflow/providers/databricks/hooks/databricks.py:
##########
@@ -63,6 +64,23 @@
 SPARK_VERSIONS_ENDPOINT = ("GET", "api/2.0/clusters/spark-versions")
 
 
+class RunLifeCycleState(Enum):

Review Comment:
   yes, that could affect pieces of code in other operators. I think good 
candidate for another PR focussed on using the Enum in all operators.



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

Reply via email to