Skip to content

Commit

Permalink
Testing OIDC
Browse files Browse the repository at this point in the history
  • Loading branch information
prdpsvs committed Nov 25, 2024
1 parent 35491f1 commit 3baeb4d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/integration-tests-azure.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ jobs:
connection = pyodbc.connect(connection_string, attrs_before={SQL_COPT_SS_ACCESS_TOKEN: token_struct})
logging.info("connection strin is: ", token_struct)
print("token struct is ", token_struct)
cursor = connection.cursor()
cursor.execute("SELECT TOP 10 * FROM dbo.Trip")
Expand Down

0 comments on commit 3baeb4d

Please sign in to comment.