microsoft / delta-kusto

Engine able to compute delta between ADX clusters (and/or Kusto scripts) and generate update scripts
MIT License
47 stars 20 forks source link

External Tables are not detected when running Delta Kusto #161

Open sandupetrasco opened 9 months ago

sandupetrasco commented 9 months ago

It looks like the external tables are not "tracked" when running Delta Kusto, therefore we cannot automatically create these tables in the higher environment whenever we have to promote from dev. In https://github.com/microsoft/delta-kusto/issues/60, you said this was out of scope because of the secret credentials. Currently, the external tables and continuous export can be used with managed identity, therefore the "secret credentials" problem should not be a blocker anymore.

Is there a way to have this implemented for External Tables? Also, how about Materialized Views? These also seem to not be detected by the Delta Kusto. Thanks in advance!