philipgray commented on code in PR #34666:
URL: https://github.com/apache/airflow/pull/34666#discussion_r1342679137


##########
airflow/providers/databricks/hooks/databricks.py:
##########
@@ -522,6 +526,17 @@ def uninstall(self, json: dict) -> None:
         """
         self._do_api_call(UNINSTALL_LIBS_ENDPOINT, json)
 
+    def build_endpoint(self, method: str, route: str, repo_id) -> tuple:

Review Comment:
   whoops, saw that but forgot to push my changes 



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