We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ac4f080 commit f5b02caCopy full SHA for f5b02ca
1 file changed
deployment/config_template.json
@@ -11,8 +11,9 @@
11
"dataset_id": "BIGQUERY-DATASET-TO-STORE-LOGS",
12
"table_name": "BIGQUERY-TABLE-TO-STORE-LOGS"
13
},
14
- "columns": {
15
- "COLUMN-A-NAME": {
+ "columns": [
+ {
16
+ "column_name": "COLUMN-A-NAME",
17
"parser": "parse_int",
18
"rules": [
19
{
@@ -24,7 +25,8 @@
24
25
}
26
]
27
- "COLUMN-B-NAME": {
28
29
+ "column_name": "COLUMN-B-NAME",
30
"parser": "parse_float",
31
32
@@ -36,5 +38,5 @@
36
38
37
39
40
- }
-}
41
+ ]
42
+}
0 commit comments