You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* base_location: the base directory that snowflake can write iceberg metadata and files to
332
333
* catalog_sync: optionally sets the catalog integration configured for Polaris Catalog
333
334
* storage_serialization_policy: specifies the storage serialization policy for the table
335
+
bulk_upload_chunks: If set to True, the upload will use the wildcard upload method.
336
+
This is a faster method of uploading but instead of uploading and cleaning up each chunk separately it will upload all chunks at once and then clean up locally stored chunks.
0 commit comments