0
respostas

Criação de tabela in Unit Catalog

Olá,

Estou tentando criar a tabela seguindo as orientações do treinamento, mas aparece a mensagem que o não é suportado criar uma tabela usando o Schema dbfs em Unit Catalog.

[UC_FILE_SCHEME_FOR_TABLE_CREATION_NOT_SUPPORTED] Creating table in Unity Catalog with file scheme dbfs is not supported.
Instead, please create a federated data source connection using the CREATE CONNECTION command for the same table provider, then create a catalog based on the connection with a CREATE FOREIGN CATALOG command to reference the tables therein. SQLSTATE: 0AKUC

Como devo alterar o código?

Obrigada!