u<short-workflow-id>
.
For the Unstructured Ingest CLI and Ingest Python library, the table is named unstructuredautocreated
.CREATE TABLE
privilege on that parent schema (formerly known as a database)
before the connector attempts to create the table. Otherwise, table creation could fail.-
) in the names of catalogs, schemas (formerly known as databases), and tables might cause isolated issues with the connector. It is
recommended to use underscores (_
) instead of dashes in the names of catalogs, schemas, and tables.-
) in the names of volumes might cause isolated issues with the connector. It is
recommended to use underscores (_
) instead of dashes in the names of volumes.Can Restart
permission on that cluster. Learn how to check and set cluster permissions for
AWS,
Azure, or
GCP.
Can use
permission on that SQL warehouse. Learn how to check and set SQL warehouse permissions for
AWS,
Azure, or
GCP.
USE CATALOG
on the volume’s parent catalog in Unity Catalog.USE SCHEMA
on the volume’s parent schema (formerly known as a database) in Unity Catalog.READ VOLUME
and WRITE VOLUME
on the volume.USE CATALOG
on the table’s parent catalog in Unity Catalog.USE SCHEMA
on the tables’s parent schema (formerly known as a database) in Unity Catalog.CREATE TABLE
on the table’s parent schema (formerly known as a database) in Unity Catalog.MODIFY
and SELECT
on the table.default
if not otherwise specified.
If the target table and volume are in the same schema (formerly known as a database), then Database and Schema will have the same names.
u<short-workflow-id>
within the specified schema (formerly known as a database).default
if not otherwise specified.
If the target volume and table are in the same schema (formerly known as a database), then Schema and Database will have the same names.
-
) in the names of catalogs, schemas (formerly known as databases), tables, and volumes might cause isolated issues with the connector. It is
recommended to use underscores (_
) instead of dashes in the names of catalogs, schemas, tables, and volumes.