v0.4.0
What's new
- Add support for memory and temp storage limits for CLI and plugins. (#396, #397)
memory_max_mbcontrols CLI memory usage and conversion worker count and memory allocation.plugin_memory_max_mbcontrols a per-plugin soft memory cap.temp_dir_max_mblimits size of temp data written to disk during a conversion.- conversion worker count is now based on memory limit, if set.
- JSONL to Parquet conversion is now executed in multiple passes, limiting the number of distinct partition keys per conversion.
- Detect and report when a plugin crashes. (#341)
- Update
show sourceoutput to include source properties. (#388)
Bug fixes
- Fix issue where tailpipe was mentioning steampipe in one of the error messages. (#389)