Skip to content

Commit

Permalink
Updating pipeline: OD 2 SQL
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziomiano committed May 22, 2022
1 parent 96e8fbd commit 6fc82a0
Showing 1 changed file with 1 addition and 46 deletions.
47 changes: 1 addition & 46 deletions pipeline/OD 2 SQL.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,52 +35,7 @@
"tableOption": "autoCreate",
"disableMetricsCollection": false
},
"enableStaging": false,
"translator": {
"type": "TabularTranslator",
"mappings": [
{
"source": {
"name": "area",
"type": "String"
},
"sink": {
"name": "area",
"type": "String"
}
},
{
"source": {
"name": "reg",
"type": "String"
},
"sink": {
"name": "nome_area",
"type": "String"
}
},
{
"source": {
"name": "eta",
"type": "String"
},
"sink": {
"name": "fascia_anagrafica",
"type": "String"
}
},
{
"source": {
"name": "totale_popolazione",
"type": "String"
},
"sink": {
"name": "totale_popolazione",
"type": "Int32"
}
}
]
}
"enableStaging": false
},
"inputs": [
{
Expand Down

0 comments on commit 6fc82a0

Please sign in to comment.