subham611 commented on code in PR #38741:
URL: https://github.com/apache/airflow/pull/38741#discussion_r1556066734


##########
airflow/providers/databricks/hooks/databricks.py:
##########
@@ -655,6 +656,16 @@ def get_repo_by_path(self, path: str) -> str | None:
 
         return None
 
+    def update_job_permission(self, json: dict[str, Any]) -> dict:
+        """
+        Update databricks job permission
+
+        :param json: payload
+        :return:

Review Comment:
   added.



-- 
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: commits-unsubscr...@airflow.apache.org

For queries about this service, please contact Infrastructure at:
us...@infra.apache.org

Reply via email to