microsoft / delta-kusto

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

Adding database name when pulling the database schema #167

Open tonystevenj opened 4 months ago

tonystevenj commented 4 months ago

This is a fix to this issue: https://github.com/microsoft/delta-kusto/issues/166

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.