microsoft / delta-kusto

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

".show database schema as csl script" Command Doesn't Work on Aira Owned Clusters #166

Open tonystevenj opened 1 month ago

tonystevenj commented 1 month ago

Aria is a Microsoft event analytics service, Kusto is the underline infrastructure. Using this tool on Aria owned Kusto clusters, the ".show database schema as csl script" command will throw below error:

image

Seems Aria is using kind of virtual databases. By adding the database name should solve this problem.

tonystevenj commented 1 month ago

Hi @vplauzon, would you please review this PR (https://github.com/microsoft/delta-kusto/pull/167) for this opening issue? Thanks in advance.