Lee-W commented on code in PR #38741:
URL: https://github.com/apache/airflow/pull/38741#discussion_r1555946331


##########
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:
   Is the content missing?



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