Skip to content

0.3.5

Compare
Choose a tag to compare
@rudolfix rudolfix released this 23 Jul 22:11
· 1276 commits to devel since this release
95644ec

Core Library

  • Fix incremental hitting end_value throwing out whole batches by @steinitzu in #495

  • replace with staging tables by @sh-rp in #488
    Now staging dataset may be used to replace tables. you can chose from several replace strategies (https://dlthub.com/docs/general-usage/full-loading) including fully transactional and atomic replacing of parent and all child tables or optimized where we use ie. ability to clone tables and copy on write in BigQuery and Snowflake

  • detect serverless aws_lambda by @muppinesh in #490

  • fixes credentials instantiation by @rudolfix in #507

  • fixes extract schema update by @rudolfix in #509

  • adds destination fingerprint by @rudolfix in #511

Docs

New Contributors

Full Changelog: 0.3.4...0.3.5