mirror of
https://github.com/dlt-hub/dlt.git
synced 2025-12-17 19:31:30 +00:00
* extracts adbc parquet load job with file format selector * ports postgres parquet job to base job * implements mssql adbc job * adds pickle test for all destination caps * adds dbc to adbc group, updates test workflow * fixes sqlglot from find * fixes docs * adds sqlalchemy adbc docs * adds support from sqllite and mysql in sqlalchemy * fixes and tests str annotation resolving * allows to disable adbc and does that in tests * fixes imports * docs lock bump * fixes globalns extraction * clarifies how adbc drivers are installed, implements fallback for postgres * improves dashboard multi schema test * fixes followup jobs * fixes connection string escaping * Update docs/website/docs/dlt-ecosystem/destinations/sqlalchemy.md Co-authored-by: djudjuu <djudju@proton.me> * removes code dedup * fixes columns that receive None, simple and nested values --------- Co-authored-by: djudjuu <djudju@proton.me>