Bemærk
Adgang til denne side kræver godkendelse. Du kan prøve at logge på eller ændre mapper.
Adgang til denne side kræver godkendelse. Du kan prøve at ændre mapper.
The materialized view operation <operation> is not allowed:
CHANGE_OWNER
Changing the owner of materialized view <tableName> is not allowed.
DEEP_CLONE
Deep clone on materialized views is currently disabled. Contact Azure Databricks support.
DROP_DELTA_LIVE_TABLE
Cannot DROP a materialized view created from Spark Declarative Pipelines on Lakeflow, instead remove the materialized view from the pipeline definition in Spark Declarative Pipelines on Lakeflow and retry the pipeline again.
INVALID_ALTER
To alter the schema or properties of materialized views, please use the CREATE OR REFRESH MATERIALIZED VIEW command.
MV_NOT_ENABLED
materialized view features are not enabled for your workspace. Please reach out to Azure Databricks to enable materialized views for your workspace.
MV_NOT_ENABLED_ON_SERVERLESS_GENERIC_COMPUTE
Cannot <operation> the materialized view <tableName> in Serverless Generic Compute for your workspace. Enable it by enrolling in the Serverless Generic Compute materialized view/streaming table workspace feature preview. If you do not see the beta feature preview available in workspace, please contact your Azure Databricks representative.
NON_MATERIALIZED_VIEW
<viewName> is not a materialized view. Please run <operation> again with a materialized view.
OPERATE_ON_STAGING_TABLE
Cannot perform operation: <operation> on the Staging Table <tableName>.
REPLACE_DELTA_LIVE_TABLE
Cannot REPLACE a materialized view created from Spark Declarative Pipelines on Lakeflow, instead update the materialized view from the pipeline definition in Spark Declarative Pipelines on Lakeflow and retry the pipeline again.
REQUIRES_DBSQL_PRO_PLUS
Cannot <operation> the materialized view <tableName> from <environment>, please use DBSQL Serverless (recommended) or Pro warehouse.
REQUIRES_SHARED_COMPUTE
Cannot <operation> the materialized view <tableName> from an Assigned or No Isolation Shared cluster, please use a Shared cluster or a Azure Databricks SQL warehouse instead.
SHALLOW_CLONE
To create an independent copy of a materialized view, use DEEP CLONE instead.