- Postgres: In case two tables in different schemas have the same name, `get_model` and `get_model_with_info` now return the correct information.
4.8.0
Changed
- S3: Add a new AWS S3 connector using the Security Token Service (STS) API Assume Role.
Fixed
- Install scripts: fix mssql install scripts by forcing debian/11 deb repo
4.7.3
Fixed
- GoogleSheets: Replace empty values by numpy `NaN`.
4.7.2
Fixed
- Redshift: Ignore Programming Error when table_infos is empty for a database.
4.7.1
Fixed
- PyYaml: Fix broken dependency and bump it from 5.4.1 to >=6,<7
4.7.0
Changed
- Feat[Goole Big Query] : We can now get the database model(list of tables) based on a given schema name to speed up the project tree structure. - Fix: on mysql, avoid duplicated columns when retrieving table informations