Skip to content

Commit

Permalink
Update performance pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
joelhulen committed Jan 19, 2021
1 parent a8df864 commit 90adb0a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"userProperties": [],
"typeProperties": {
"items": {
"value": "@range(1,10)",
"value": "@range(1,5)",
"type": "Expression"
},
"activities": [
Expand All @@ -18,7 +18,7 @@
"type": "Lookup",
"dependsOn": [],
"policy": {
"timeout": "7.00:00:00",
"timeout": "0.00:02:00",
"retry": 0,
"retryIntervalInSeconds": 30,
"secureOutput": false,
Expand All @@ -29,7 +29,8 @@
"source": {
"type": "SqlDWSource",
"sqlReaderQuery": "select count(X.A) from (\nselect CAST(CustomerId as nvarchar(20)) as A from wwi.SaleSmall) X where A like '%3%'",
"queryTimeout": "02:00:00"
"queryTimeout": "02:00:00",
"partitionOption": "None"
},
"dataset": {
"referenceName": "wwi02_sale_small_workload_02_asa",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
"userProperties": [],
"typeProperties": {
"items": {
"value": "@range(1,20)",
"value": "@range(1,6)",
"type": "Expression"
},
"activities": [
Expand All @@ -18,7 +18,7 @@
"type": "Lookup",
"dependsOn": [],
"policy": {
"timeout": "7.00:00:00",
"timeout": "0.00:02:00",
"retry": 0,
"retryIntervalInSeconds": 30,
"secureOutput": false,
Expand All @@ -29,7 +29,8 @@
"source": {
"type": "SqlDWSource",
"sqlReaderQuery": "select count(X.A) from (\nselect CAST(CustomerId as nvarchar(20)) as A from wwi.SaleSmall) X where A like '%3%'",
"queryTimeout": "02:00:00"
"queryTimeout": "02:00:00",
"partitionOption": "None"
},
"dataset": {
"referenceName": "wwi02_sale_small_workload_01_asa",
Expand All @@ -47,7 +48,7 @@
"userProperties": [],
"typeProperties": {
"items": {
"value": "@range(1,20)",
"value": "@range(1,6)",
"type": "Expression"
},
"activities": [
Expand All @@ -56,7 +57,7 @@
"type": "Lookup",
"dependsOn": [],
"policy": {
"timeout": "7.00:00:00",
"timeout": "0.00:02:00",
"retry": 0,
"retryIntervalInSeconds": 30,
"secureOutput": false,
Expand All @@ -67,7 +68,8 @@
"source": {
"type": "SqlDWSource",
"sqlReaderQuery": "select count(X.A) from (\nselect CAST(CustomerId as nvarchar(20)) as A from wwi.SaleSmall) X where A like '%3%'",
"queryTimeout": "02:00:00"
"queryTimeout": "02:00:00",
"partitionOption": "None"
},
"dataset": {
"referenceName": "wwi02_sale_small_workload_02_asa",
Expand Down

0 comments on commit 90adb0a

Please sign in to comment.