Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The operation <operation>
is not allowed:
The operation is not supported on APPLY CHANGES
streaming tables.
REPLACE
is not allowed for streaming tables; please update the command to use CREATE
OR REFRESH
instead and then retry the command.
Cannot CREATE
a streaming table in the Hive Metastore. streaming tables are only supported in Unity Catalog. Please specify a destination catalog for this table in your Unity Catalog metastore by USE
CATALOGcatalogName;
CREATE streaming table schemaName.tableName
or CREATE
streaming table catalogName.schemaName.tableName
. You can see a list of available catalogs by SHOW CATALOGS
.
The operation does not apply to streaming tables created from Delta Live Tables, instead remove the streaming table from the pipeline definition in Delta Live Tables.
To alter the schema or properties of streaming tables, please use the CREATE
OR REFRESH
command.
<tableName>
is not a streaming table.
The operation does not apply to streaming tables created from Delta Live Tables, instead refresh the streaming table in Delta Live Tables.
Cannot <operation>
a streaming table <tableName>
from an Assigned or No isolation shared cluster, please use a SHARED
cluster or a Databricks SQL warehouse instead.
streaming table <tableName>
supports features from newer versions. Please run this <operation>
operation on a newer release.
The operation is not supported on streaming tables.