diff --git a/KustoSchemaTools/Model/MaterializedView.cs b/KustoSchemaTools/Model/MaterializedView.cs index 7904a45..fba6668 100644 --- a/KustoSchemaTools/Model/MaterializedView.cs +++ b/KustoSchemaTools/Model/MaterializedView.cs @@ -24,7 +24,7 @@ public class MaterializedView : IKustoBaseEntity public List CreateScripts(string name, bool isNew) { - var asyncSetup = isNew && Backfill == true && !string.IsNullOrWhiteSpace(EffectiveDateTime); + var asyncSetup = isNew && Backfill == true; var excludedProperies = new HashSet(["Query", "Source", "Kind", "RetentionAndCachePolicy", "RowLevelSecurity"]);