We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7173133 + 40b33c9 commit 1309935Copy full SHA for 1309935
1 file changed
KustoSchemaTools/Model/MaterializedView.cs
@@ -24,7 +24,7 @@ public class MaterializedView : IKustoBaseEntity
24
25
public List<DatabaseScriptContainer> CreateScripts(string name, bool isNew)
26
{
27
- var asyncSetup = isNew && Backfill == true && !string.IsNullOrWhiteSpace(EffectiveDateTime);
+ var asyncSetup = isNew && Backfill == true;
28
29
30
var excludedProperies = new HashSet<string>(["Query", "Source", "Kind", "RetentionAndCachePolicy", "RowLevelSecurity"]);
0 commit comments