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

It doesn't work with kusto emulator #160

Open matipos2 opened 8 months ago

matipos2 commented 8 months ago

Kusto emulator can work only via http on docker image. Delta kusto supports only https connections. In the result I cannot use kusto emulator for CI/CD tests. It would be great if these two tools could cooperate together. Especially on the linux version, so we can simply utilize it with github workflows.