throw_on_error_from_cache_on_write_operations
Ignore error from cache when caching on write operations (INSERT, merges)throw_on_hive_partitioning_resolution_failure
Throw an exception instead of logging a warning when Hive-style partitioning detection for an object storage table fails to list the storage. When disabled, the query runs without the Hive partition columns, which may change its result.throw_on_max_partitions_per_insert_block
Allows you to control the behaviour whenmax_partitions_per_insert_block is reached.
Possible values:
true- When an insert block reachesmax_partitions_per_insert_block, an exception is raised.false- Logs a warning whenmax_partitions_per_insert_blockis reached.