Open GowthamDisys opened 2 years ago
Hi. Thank you for the feedback!
The reason we didn't include it at first is the unknown surrounding backfill. Delta Kusto is able to push and pull schema from a Kusto DB. In its current form, the backfill = true / false isn't returned on .show materialized-views but we can deduce it from the effectiveDateTime.
So how should Delta Kusto behave with that? Should it take the effectiveDate from its source?
What do you think?
This is being worked on right now. The solution is that we will not support the backfill mode.
Hello @vplauzon, just wondering if this feature implemented?
Hi @vplauzon! Any updates on materialized views support?
Awaiting new version of Kusto.Language to make progress on that front. They should release the new version in a few weeks.
Hello @vplauzon. Did the latest update on Kusto allow you to move forward on materialized views support?
delta-kusto is super great btw, thx!
Hello @vplauzon & team! Any updates here?
Hi @vplauzon Also with the latest update I am receiving Error: 'DeltaKustoLib.DeltaException ; Can't handle CommandKind 'CreateMaterializedView''.
Is there any update on that or any plan when will it be implemented?
Hey @vplauzon, any updates here?
Does anybody have suggestions for workarounds?
+1 to this request. We are using a materialised view for the main queries against the ADX database and at this time do not have a proper mechanism for managing the evolution of the schema. If
delta-kusto
would support materialized views and external tables, it would help tremendously.