Skip to content

Commit

Permalink
Update based on comments
Browse files Browse the repository at this point in the history
Signed-off-by: Sunish Sheth <[email protected]>
  • Loading branch information
sunishsheth2009 committed Dec 16, 2024
1 parent d887b79 commit 7d213c5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/databricks_ai_bridge/external_tool_request.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ def http_request(
params: Optional[Dict[str, Any]] = None,
) -> requests.Response:
"""
Makes an HTTP request to an external function through the Databricks Workspace.
Makes an HTTP request to a remote API using authentication from a Unity Catalog HTTP connection.
Args:
conn (str): The connection name to use. This is required to identify the external connection.
Expand Down
2 changes: 2 additions & 0 deletions src/databricks_ai_bridge/utils/annotations.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# This code is copied from MLflow: https://github.com/mlflow/mlflow/blob/v2.19.0/mlflow/utils/annotations.py#L31

import inspect
import re
import types
Expand Down

0 comments on commit 7d213c5

Please sign in to comment.