Skip to content

v0.18.0

Compare
Choose a tag to compare
@github-actions github-actions released this 09 Oct 22:05
· 126 commits to refs/heads/main since this release
919a812

✨ New Features

  • Add new experimental PyAirbyte CLI for connector validation and benchmarking. Run pyairbyte --help or pyab --help for more info. (#411, #415)
  • Add helper functions for testing and performance benchmarking: get_noop_destination() and get_benchmark_source() (#411)
  • Add new execute_sql() method on caches (#407)
  • Add DuckDB WAL cleanup step to explicitly flush the WAL log after successful read() operations (#407)