microsoft / delta-kusto

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

Can't Pull the Function if Function Body Includes Empty Lines #164

Open tonystevenj opened 5 months ago

tonystevenj commented 5 months ago

The function created: image

The error when running Kusto-Delta: image

The job:

  Sync-Playground:
    target:
        adx:
            clusterUri:  <clusterUrl>
            database:  <Database Name>
    action:
        filePath:  <local path>
tonystevenj commented 5 months ago

This is a duplication of issue https://github.com/microsoft/delta-kusto/issues/154

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