MATERIALIZED_VIEW_OPERATION_NOT_ALLOWED error class
The materialized view operation <operation>
is not allowed:
DROP_DELTA_LIVE_TABLE
Cannot DROP
a materialized view created from Delta Live Tables, instead remove the materialized view from the pipeline definition in Delta Live Tables and retry the pipeline again.
MV_NOT_ENABLED
materialized view features are not enabled for your workspace. Please reach out to Databricks to enable materialized views for your workspace.
NON_MATERIALIZED_VIEW
<viewName>
is not a materialized view. Please run <operation>
again with a materialized view.