- Base connector: Fixed pagination values (`total_rows` and `total_returned_rows`) - Athena: Hacked pagination values in case not all results were fetched
3.20.2
Changed
- Mongo: removed `_id` column in response DataFrame.
3.20.1
Changed
- All connectors: removed werkzeug dependency.
3.19.0
Changed
- All connectors: Add support for an optional `db_name` parameter in the `get_model` method. - MySQL: Use the provided `db_name` for discoverability when possible in `get_model`. - MySQL: Simplify query for schema construction in order to be compatible with older versions - Redshift: Add an option to disable TCP keep-alive (enabled by default).
3.18.4
Changed
- MySQL: Do not specify a database on discoverability-related functions (listing databases and describing table schemas).