Skip to content
This repository was archived by the owner on Apr 21, 2026. It is now read-only.

Commit f5b02ca

Browse files
committed
update config_template.json to latest version
Change-Id: I7323aea53edfc6355823c1d078818376390e7bf5
1 parent ac4f080 commit f5b02ca

1 file changed

Lines changed: 7 additions & 5 deletions

File tree

deployment/config_template.json

Lines changed: 7 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,9 @@
1111
"dataset_id": "BIGQUERY-DATASET-TO-STORE-LOGS",
1212
"table_name": "BIGQUERY-TABLE-TO-STORE-LOGS"
1313
},
14-
"columns": {
15-
"COLUMN-A-NAME": {
14+
"columns": [
15+
{
16+
"column_name": "COLUMN-A-NAME",
1617
"parser": "parse_int",
1718
"rules": [
1819
{
@@ -24,7 +25,8 @@
2425
}
2526
]
2627
},
27-
"COLUMN-B-NAME": {
28+
{
29+
"column_name": "COLUMN-B-NAME",
2830
"parser": "parse_float",
2931
"rules": [
3032
{
@@ -36,5 +38,5 @@
3638
}
3739
]
3840
}
39-
}
40-
}
41+
]
42+
}

0 commit comments

Comments
 (0)