This repository has been archived by the owner on Oct 17, 2024. It is now read-only.
Releases: storebrand/target-mssql
Releases · storebrand/target-mssql
Bugfix in declared version
Merge pull request #29 from storebrand/release-020 Update pyproject.toml
Improved numeric types
Number datatypes are now NUMBER(38,16)
by default, and a new option prefer_float_over_numeric
that writes numbers as FLOAT
s.
Table Prefix
New config option table_prefix
adds prefix to table names. Also some minor changes, including explicit Apache 2.0 license.
Table prefixes
New config option table_prefix
adds prefix to table names. Also some minor changes, including explicit Apache 2.0 license.
Objects and merges
Most basic functionality in place. Handles object (by converting to string) and more robust merge into target table.
Better config and handle long fields
Fixes some config errors with Meltano, and handles string columns longer than 8000 characters by casting as text.
Initial relase
Some breaking changes (improvements in column casing) are upcoming, so we are creating a release for anyone not wanting to join the ride.