amundsen-io / amundsen

Amundsen is a metadata driven application for improving the productivity of data analysts, data scientists and engineers when interacting with data.
https://www.amundsen.io/amundsen/
Apache License 2.0
4.34k stars 950 forks source link

[ADD] Make sqlalchemy_extractor compatible with sqlalchemy>=1.4 #2213

Closed mikekutzma closed 7 months ago

mikekutzma commented 8 months ago

feat: Make sqlalchemy_extractor compatible with sqlalchemy>=1.4 (Moved from #2209)

Description

These changes to the sql_alchemy_extractor module allow for using the extractors with updated versions of sqlalchemy.

Motivation and Context

This addresses issues such as

How Has This Been Tested?

Tested using sampple_mssql_metadata.py script for

Documentation

None

CheckList

mikekutzma commented 7 months ago

@ozandogrultan Anything else needed for this one? Happy to update if needed

mikekutzma commented 7 months ago

Bumping for review

boring-cyborg[bot] commented 7 months ago

Awesome work, congrats on your first merged pull request!