File tree Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Expand file tree Collapse file tree 1 file changed +18
-0
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,8 @@ const SampleJson string = `
110
110
"level": "warn",
111
111
"location": "ffxkmbwbtxplhgnz",
112
112
"message": "Logging a request",
113
+ "meta-source": "quest-smoke-test",
114
+ "meta-test": "Fixed-Logs",
113
115
"os": "Linux",
114
116
"p_src_ip": "127.0.0.1",
115
117
"p_timestamp": "2024-10-27T05:13:26.744Z",
@@ -286,6 +288,22 @@ const SchemaBody string = `{
286
288
"dict_is_ordered": false,
287
289
"metadata": {}
288
290
},
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
+ },
289
307
{
290
308
"name": "os",
291
309
"data_type": "Utf8",
You can’t perform that action at this time.
0 commit comments