Skip to content

Commit 9c5ad6b

Browse files
add meta-source and meta-test to schema (#100)
1 parent 6611a65 commit 9c5ad6b

File tree

1 file changed

+18
-0
lines changed

1 file changed

+18
-0
lines changed

model.go

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,6 +110,8 @@ const SampleJson string = `
110110
"level": "warn",
111111
"location": "ffxkmbwbtxplhgnz",
112112
"message": "Logging a request",
113+
"meta-source": "quest-smoke-test",
114+
"meta-test": "Fixed-Logs",
113115
"os": "Linux",
114116
"p_src_ip": "127.0.0.1",
115117
"p_timestamp": "2024-10-27T05:13:26.744Z",
@@ -286,6 +288,22 @@ const SchemaBody string = `{
286288
"dict_is_ordered": false,
287289
"metadata": {}
288290
},
291+
{
292+
"name": "meta-source",
293+
"data_type": "Utf8",
294+
"nullable": true,
295+
"dict_id": 0,
296+
"dict_is_ordered": false,
297+
"metadata": {}
298+
},
299+
{
300+
"name": "meta-test",
301+
"data_type": "Utf8",
302+
"nullable": true,
303+
"dict_id": 0,
304+
"dict_is_ordered": false,
305+
"metadata": {}
306+
},
289307
{
290308
"name": "os",
291309
"data_type": "Utf8",

0 commit comments

Comments
 (0)