We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 67e2c8b commit 87ea03cCopy full SHA for 87ea03c
sqlmesh/core/snapshot/evaluator.py
@@ -1070,6 +1070,7 @@ def insert(
1070
deployability_index = deployability_index or DeployabilityIndex.all_deployable()
1071
if (
1072
isinstance(query_or_df, exp.Expression)
1073
+ and snapshot.is_materialized_view
1074
and deployability_index.is_deployable(snapshot)
1075
and snapshot.intervals # Re-create the view during the first evaluation.
1076
and model.render_query(
0 commit comments