dlt.common.data_writers.exceptions
FileRotationRequired Objects
class FileRotationRequired(DataWriterException)
Signals that buffered items cannot be written to the current file because their schema does not fit schema of the writer file
IncompatibleArrowSchema Objects
class IncompatibleArrowSchema(DataWriterException)
Arrow data cannot be combined into a single parquet schema while type promotion is off.