From 355fee259c82efc7ce33599ff53797f9cef6e287 Mon Sep 17 00:00:00 2001 From: Kevin Yang Date: Sat, 27 Dec 2025 21:35:51 +0800 Subject: [PATCH] add ODBC Driver 17 for sql --- .../04_cu_process_custom_data.py | 23 +++++++++++++------ 1 file changed, 16 insertions(+), 7 deletions(-) diff --git a/infra/scripts/index_scripts/04_cu_process_custom_data.py b/infra/scripts/index_scripts/04_cu_process_custom_data.py index ad44f7b0b..8836e311c 100644 --- a/infra/scripts/index_scripts/04_cu_process_custom_data.py +++ b/infra/scripts/index_scripts/04_cu_process_custom_data.py @@ -171,13 +171,22 @@ def create_search_index(): create_search_index() # SQL Server setup -DRIVER = "{ODBC Driver 18 for SQL Server}" -token_bytes = credential.get_token("https://database.windows.net/.default").token.encode("utf-16-LE") -token_struct = struct.pack(f"