What's Changed
- NEXT-37536 - Added the profile mapping option
column_type
with which the column type can be specified if the inferred one leads to conversion issues. Valid options arestring
,number
andboolean
. - NEXT-37310 - Added single row import strategy when encountering an error that cannot be handled automatically during a chunk import.
Full Changelog: v0.8.0...v0.9.0