design/kusto-copy-v2.yaml (16 lines of code) (raw):
# Provided in parameters or environment variables:
# * Data lake accounts
# * Authentication
isContinuousRun: false # If true, it goes on, if false, it stops after one iteration completes
clusterOptions:
- clusterUri: https://inttestsyenycav4i2vma.eastus.kusto.windows.net
activities:
- source:
clusterUri: https://inttestsyenycav4i2vma.eastus.kusto.windows.net
databaseName: github
tableName: Table1
destinations:
- clusterUri: https://inttestsyenycav4i2vma.eastus.kusto.windows.net
databaseName: github # Optional, if not provided take same value as source
tableName: Table1 # Optional, if not provided take same value as source
query: "| project ColA, ColB"
tableOption:
exportMode: "backfillOnly" # One of the following values: backfillOnly, newOnly, backFillAndNew
iterationWait: 00:05:00 # Time to wait between two iterations