We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 969c7b3 commit b8ea6deCopy full SHA for b8ea6de
sqlmesh/core/model/kind.py
@@ -112,7 +112,7 @@ def is_materialized(self) -> bool:
112
@property
113
def only_execution_time(self) -> bool:
114
"""Whether or not this model only cares about execution time to render."""
115
- return self.is_view or self.is_full or self.is_incremental_unmanaged or self.is_scd_type_2
+ return self.is_view or self.is_full or self.is_scd_type_2
116
117
118
class ModelKindName(str, ModelKindMixin, Enum):
0 commit comments