Skip to content

Commit 7fc4253

Browse files
committed
add print statement to verify
1 parent fc39ed7 commit 7fc4253

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

databricks/sdk/mixins/open_ai_client.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ def __init__(self, get_headers_func):
1515
self.get_headers_func = get_headers_func
1616

1717
def auth_flow(self, request: httpx.Request) -> httpx.Request:
18+
print("Calling Authenticate")
1819
auth_headers = self.get_headers_func()
1920
request.headers["Authorization"] = auth_headers["Authorization"]
2021
yield request

0 commit comments

Comments
 (0)