Skip to content

Add AzureClient - #72

Merged
fatimarahman merged 5 commits into
mainfrom
azure-client-setup
Jun 15, 2026
Merged

Add AzureClient#72
fatimarahman merged 5 commits into
mainfrom
azure-client-setup

Conversation

@fatimarahman

@fatimarahmanfatimarahman commented Jun 15, 2026

Copy link
Copy Markdown
Contributor

In relation to DE-519; this Azure SQL client is needed to connect and query Aeon's raw database.

@aaronfriedman6aaronfriedman6 left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice!

Comment threadREADME.md
except Exception as e:
if self.conn:
self.conn.rollback()
self.close_connection()

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Optional: put this in a finally block, too in case the rollback call throws an error

Comment threadtests/test_azure_client.py
@fatimarahman
fatimarahman merged commit 08358d0 into mainJun 15, 2026
5 checks passed
@fatimarahman
fatimarahman deleted the azure-client-setup branch June 15, 2026 18:03
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

@fatimarahman@aaronfriedman6