Skip to content

Commit

Permalink
Merge branch 'main' into dependabot/github_actions/astral-sh/setup-uv-4
Browse files Browse the repository at this point in the history
  • Loading branch information
dmytrostruk authored Nov 26, 2024
2 parents cb2b005 + 8c481df commit 3f9b737
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -374,7 +374,7 @@ private static string GetCollectionName(string tableName)
/// Returns base Kusto query.
/// </summary>
/// <remarks>
/// Kusto is an append-only store. Although deletions are possible, they are highly discourged,
/// Kusto is an append-only store. Although deletions are possible, they are highly discouraged,
/// and should only be used in rare cases (see: https://learn.microsoft.com/en-us/azure/data-explorer/kusto/concepts/data-soft-delete#use-cases).
/// As such, the recommended approach for dealing with row updates is versioning.
/// An easy way to achieve this is by using the ingestion time of the record (insertion time).
Expand Down

0 comments on commit 3f9b737

Please sign in to comment.