Core Library
-
fixes lost data and incorrect handling of child tables during
truncate-and-insert
replace by @sh-rp in #499
This is important improvement that fixes a few holes intruncate-and-insert
replace mode (which was there from beginning ofdlt
). Now we truncate all the tables before multithreaded append process starts. We also truncate child tables that could be left with data before.
details: #263 #271 -
fixes deploy airflow secrets and makes
toml
the default layout by @rudolfix in #513 -
check the required verified source
dlt
version duringdlt init
and warn users by @steinitzu in #514 -
add schema version to _dlt_loads table by @codingcyclist in #466
Docs
- Add example values to data types docs by @burnash in #516
- adding destination walkthrough by @rudolfix in #520
New Contributors
- @codingcyclist made their first contribution in #466
Full Changelog: 0.3.5...0.3.6