Skip to content

Commit

Permalink
Updating pipeline: IptvCuratedToKusto
Browse files Browse the repository at this point in the history
Updating linkedService: AzureDataLakeStorage
Updating linkedService: AzureDataExplorer
Updating pipeline: IptvRawToCurated
Updating pipeline: OttCuratedToKusto
Updating pipeline: OttRawToCurated
  • Loading branch information
marvinbuss committed Sep 18, 2024
1 parent f8e7fe3 commit a0859a5
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 20 deletions.
4 changes: 0 additions & 4 deletions code/datafactory/linkedService/AzureDataExplorer.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@
"typeProperties": {
"endpoint": "https://sc4-dev-kusto001.germanywestcentral.kusto.windows.net",
"database": "@linkedService().databaseName"
},
"connectVia": {
"referenceName": "IntegrationRuntime001",
"type": "IntegrationRuntimeReference"
}
}
}
4 changes: 0 additions & 4 deletions code/datafactory/linkedService/AzureDataLakeStorage.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,6 @@
"type": "AzureBlobFS",
"typeProperties": {
"url": "https://sc4devstg001.dfs.core.windows.net/"
},
"connectVia": {
"referenceName": "IntegrationRuntime001",
"type": "IntegrationRuntimeReference"
}
}
}
6 changes: 3 additions & 3 deletions code/datafactory/pipeline/IptvCuratedToKusto.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
}
}
},
"integrationRuntime": {
"referenceName": "IntegrationRuntime001",
"type": "IntegrationRuntimeReference"
"compute": {
"coreCount": 8,
"computeType": "General"
},
"traceLevel": "Coarse"
}
Expand Down
6 changes: 3 additions & 3 deletions code/datafactory/pipeline/IptvRawToCurated.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
}
}
},
"integrationRuntime": {
"referenceName": "IntegrationRuntime001",
"type": "IntegrationRuntimeReference"
"compute": {
"coreCount": 8,
"computeType": "General"
},
"traceLevel": "Coarse"
}
Expand Down
6 changes: 3 additions & 3 deletions code/datafactory/pipeline/OttCuratedToKusto.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,9 +56,9 @@
}
}
},
"integrationRuntime": {
"referenceName": "IntegrationRuntime001",
"type": "IntegrationRuntimeReference"
"compute": {
"coreCount": 8,
"computeType": "General"
},
"traceLevel": "Coarse"
}
Expand Down
6 changes: 3 additions & 3 deletions code/datafactory/pipeline/OttRawToCurated.json
Original file line number Diff line number Diff line change
Expand Up @@ -50,9 +50,9 @@
}
}
},
"integrationRuntime": {
"referenceName": "IntegrationRuntime001",
"type": "IntegrationRuntimeReference"
"compute": {
"coreCount": 8,
"computeType": "General"
},
"traceLevel": "Coarse"
}
Expand Down

0 comments on commit a0859a5

Please sign in to comment.