Skip to content

0.5.3

Compare
Choose a tag to compare
@rudolfix rudolfix released this 13 Aug 00:20
· 232 commits to master since this release
19c41ea

Core Library

  • Add support for continuously starting load jobs as slots free up in the loader. This will significantly speed up loading packages with many files. by @sh-rp in #1494
  • Add get_delta_tables helper function to optimize and vacuum tables by @jorritsandbrink in #1664
  • Raise/warn on incomplete columns in normalize by @steinitzu in #1504
  • Add enable_dataset_name_normalization option by @VioletM in #1676
  • updates duckdb/motherduck load job to match parquet by column names by @rudolfix in #1674
  • updates duckdb/motherduck load job to fully allow jsonl file format by @rudolfix in #1674
  • removes internal locks when loading parquet from multiple threads (duckdb got fixed) #1674
  • enables multi transactions statements for Motherduck #1674
  • fixes dbt logs line endings

Docs

Verified Sources

  • Column selector added to sql_database @steinitzu

New Contributors

Full Changelog: 0.5.2...0.5.3