v0.18.0
·
126 commits
to refs/heads/main
since this release
✨ New Features
- Add new experimental PyAirbyte CLI for connector validation and benchmarking. Run
pyairbyte --help
orpyab --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)