Skip to content

Commit 19af971

Browse files
caol-ilasdseaton
andauthored
Update KustoSchemaTools/Changes/DatabaseChanges.cs
Co-authored-by: Scott Seaton <sdseaton@users.noreply.github.com>
1 parent 90f3866 commit 19af971

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

KustoSchemaTools/Changes/DatabaseChanges.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ public static List<IChange> GenerateChanges(Database oldState, Database newState
6969
{
7070
// Backfill will work
7171
var validUntil = effectiveDateTime.AddDays(lookBackInDays);
72-
mvChange.Comment = new Comment { FailsRollout = false, Kind = CommentKind.Note, Text = $"The materialized view {mvChange.Entity} is created with backfill configured. All required data is available in hot cache and the rollout is expected to succeed as long as it is rolled out before {validUntil:yyyy-MM-dd HH:mm}UTC. The rollout is executed asynchronusly, depending on the size of the backfill it might take a while." };
72+
mvChange.Comment = new Comment { FailsRollout = false, Kind = CommentKind.Note, Text = $"The materialized view {mvChange.Entity} is specified to be created with backfill configured. All required data is available in hot cache and the rollout is expected to succeed as long as it is rolled out before {validUntil:yyyy-MM-dd HH:mm}UTC. The rollout will be executed asynchronously, depending on the size of the backfill it might take a while." };
7373
}
7474
else
7575
{

0 commit comments

Comments
 (0)