Skip to content

0.3.23

Compare
Choose a tag to compare
@rudolfix rudolfix released this 31 Oct 17:32
· 1177 commits to devel since this release
ad64a30

Core Library

  • Replace multiprocessing pool with futures executors. Now you can run multi-thread code on Lambda (no more semaphore problems) by @steinitzu in #719
  • Support all writer types in parquet normalizer. You can load Arrow/Pandas to any destination by @steinitzu in #704
  • Add _dlt_load_id and _dlt_id when loading Arrow/Pandas. @steinitzu in #704
  • Pass Arrow/Pandas as data to run method. No need to wrap them in resources. by @rudolfix in #723

Docs

Sources

Full Changelog: 0.3.22...0.3.23