Skip to content

Commit

Permalink
update config_template.json to latest version
Browse files Browse the repository at this point in the history
Change-Id: I7323aea53edfc6355823c1d078818376390e7bf5
  • Loading branch information
psnelG committed Feb 2, 2024
1 parent ac4f080 commit f5b02ca
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions deployment/config_template.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,9 @@
"dataset_id": "BIGQUERY-DATASET-TO-STORE-LOGS",
"table_name": "BIGQUERY-TABLE-TO-STORE-LOGS"
},
"columns": {
"COLUMN-A-NAME": {
"columns": [
{
"column_name": "COLUMN-A-NAME",
"parser": "parse_int",
"rules": [
{
Expand All @@ -24,7 +25,8 @@
}
]
},
"COLUMN-B-NAME": {
{
"column_name": "COLUMN-B-NAME",
"parser": "parse_float",
"rules": [
{
Expand All @@ -36,5 +38,5 @@
}
]
}
}
}
]
}

0 comments on commit f5b02ca

Please sign in to comment.