Seokyun-Ha commented on code in PR #34071:
URL: https://github.com/apache/airflow/pull/34071#discussion_r1318034035
##########
airflow/providers/databricks/hooks/databricks.py:
##########
@@ -114,6 +116,53 @@ def from_json(cls, data: str) -> RunState:
return RunState(**json.loads(data))
+class ClusterState:
Review Comment:
OK, then I will not move and left them one it! :)
##########
airflow/providers/databricks/hooks/databricks.py:
##########
@@ -114,6 +116,53 @@ def from_json(cls, data: str) -> RunState:
return RunState(**json.loads(data))
+class ClusterState:
Review Comment:
OK, then I will not move and left them on it! :)
--
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]