2
2
# * Data lake accounts
3
3
# * Authentication
4
4
5
- sourceClusters :
6
- - sourceClusterUri : https://inttestsyenycav4i2vma.eastus.kusto.windows.net
7
- continuousRun : false # If true, it goes on, if false, it stops after one iteration completes
8
- exportMode : " backfillOnly" # One of the following values: backfillOnly, newOnly, backFillAndNew
9
- iterationWait : 00:05:00 # Time to wait between two iterations
5
+ clusterOptions :
6
+ - clusterUri : https://inttestsyenycav4i2vma.eastus.kusto.windows.net
10
7
concurrentQueryCount : 5 # Number of queries / commands sent in parallel to a given cluster (Default is %10 of query slots)
11
8
concurrentExportCommandCount : 20 # Number of export commands sent in parallel to a given cluster (Default will max export slots)
12
- databases :
13
- - databaseName : github
14
- tables :
15
- - tableName : Table1
16
- extentTimeRange : 24:00:00 # The max range of extent creation time to be merge together
17
- query : " | project ColA, ColB"
18
- destinations :
19
- - destinationClusterUri : https://inttestsyenycav4i2vma.eastus.kusto.windows.net
20
- databaseName : github
9
+ activities :
10
+ - source :
11
+ clusterUri : https://inttestsyenycav4i2vma.eastus.kusto.windows.net
12
+ databaseName : github
13
+ tableName : Table1
14
+ destinations :
15
+ - clusterUri : https://inttestsyenycav4i2vma.eastus.kusto.windows.net
16
+ databaseName : github # Optional, if not provided take same value as source
17
+ tableName : Table1 # Optional, if not provided take same value as source
18
+ query : " | project ColA, ColB"
19
+ tableOption :
20
+ isContinuousRun : false # If true, it goes on, if false, it stops after one iteration completes
21
+ extentTimeRange : 24:00:00 # The max range of extent creation time to be merge together
22
+ exportMode : " backfillOnly" # One of the following values: backfillOnly, newOnly, backFillAndNew
23
+ iterationWait : 00:05:00 # Time to wait between two iterations
24
+
0 commit comments