What's Changed
- update 2023-02-16-dlthub-mission.md by @matthauskrzykowski in #131
- adding blog + mission post stub by @TyDunn in #130
- json/normalizer performance improvements and bugfixes by @rudolfix in #133
- adds technical documentation for contributors by @rudolfix in #139
New Contributors
- @matthauskrzykowski made their first contribution in #131
dlt
library changes
orjson
is used instead ofsimplejson
by default (with a fallback for pypy)spawn
method now supported to run normalizer stage in parallel (so works on MacOS and Windows)- indexes are not created by default on
duckdb
(inserting slow), but enabled inpostgres
- bumped
duckdb
to 0.7.0 and newestdbt-duckdb
- bugfixes and additional tests
Full Changelog: 0.2.0a18...0.2.0a19