stikkireddy commented on code in PR #32221:
URL: https://github.com/apache/airflow/pull/32221#discussion_r1294521512


##########
airflow/providers/databricks/hooks/databricks.py:
##########
@@ -135,9 +137,27 @@ def __init__(
     ) -> None:
         super().__init__(databricks_conn_id, timeout_seconds, retry_limit, 
retry_delay, retry_args, caller)
 
+    def create(self, json: dict) -> int:

Review Comment:
   renamed to create_job and reset_job based on the above conversation of 
putting the verb before the noun 
https://github.com/apache/airflow/pull/32221#discussion_r1247695969



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