Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

refactor(azure_mssql): use sqlalchemy for connections [TCTC-9751] #1841

Merged
merged 6 commits into from
Dec 2, 2024

Conversation

lukapeschke
Copy link
Contributor

No description provided.

Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
@lukapeschke lukapeschke added bug Something isn't working Need Review labels Dec 2, 2024
@lukapeschke lukapeschke self-assigned this Dec 2, 2024
Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
Copy link
Contributor

@julien-pinchelimouroux julien-pinchelimouroux left a comment

Choose a reason for hiding this comment

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

Ok pour moi, ca vaut peut etre le coup que @fspot y jette un oeil aussi :)

def create_sqlalchemy_engine(url: "sa.URL") -> "sa.Engine":
"""Creates an SQLAlchemy engine for the given URL.

Sets sensible connector-specific defaults, such as disabling conneciton pooling.
Copy link
Contributor

Choose a reason for hiding this comment

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

"connection"

Signed-off-by: Luka Peschke <luka.peschke@toucantoco.com>
@lukapeschke lukapeschke merged commit 2dc66c7 into master Dec 2, 2024
4 checks passed
@lukapeschke lukapeschke deleted the sqlalchemy-azure branch December 2, 2024 16:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Need Review
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants