Skip to content

Commit e2b4b0e

Browse files
remove p_metadata and p_tags from schema samples (#89)
1 parent 981a66d commit e2b4b0e

File tree

1 file changed

+0
-34
lines changed

1 file changed

+0
-34
lines changed

model.go

-34
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ const SampleJson string = `
141141
"location": "ffxkmbwbtxplhgnz",
142142
"message": "Logging a request",
143143
"os": "Linux",
144-
"p_metadata": "containername=log-generator^namespace=go-apasdp^host=10.116.0.3^source=quest-test^podlabels=app=go-app,pod-template-hash=6c87bc9cc9^containerimage=ghcr.io/parseablehq/quest",
145-
"p_tags": "",
146144
"p_timestamp": "2024-10-27T05:13:26.744Z",
147145
"process_id": 123,
148146
"request_body": "ffywhsbtsgvraxjuixlsxtrgotcahkicyxnaermtqmfgzlwbqkxqmonrwojmawsyxsovcjlbkbvjsesfznpukicdtghnvvirtauo",
@@ -193,22 +191,6 @@ const FlogJsonSchema string = `{
193191
"dict_is_ordered": false,
194192
"metadata": {}
195193
},
196-
{
197-
"name": "p_metadata",
198-
"data_type": "Utf8",
199-
"nullable": true,
200-
"dict_id": 0,
201-
"dict_is_ordered": false,
202-
"metadata": {}
203-
},
204-
{
205-
"name": "p_tags",
206-
"data_type": "Utf8",
207-
"nullable": true,
208-
"dict_id": 0,
209-
"dict_is_ordered": false,
210-
"metadata": {}
211-
},
212194
{
213195
"name": "p_timestamp",
214196
"data_type": {
@@ -324,22 +306,6 @@ const SchemaBody string = `{
324306
"dict_is_ordered": false,
325307
"metadata": {}
326308
},
327-
{
328-
"name": "p_metadata",
329-
"data_type": "Utf8",
330-
"nullable": true,
331-
"dict_id": 0,
332-
"dict_is_ordered": false,
333-
"metadata": {}
334-
},
335-
{
336-
"name": "p_tags",
337-
"data_type": "Utf8",
338-
"nullable": true,
339-
"dict_id": 0,
340-
"dict_is_ordered": false,
341-
"metadata": {}
342-
},
343309
{
344310
"name": "p_timestamp",
345311
"data_type": {

0 commit comments

Comments
 (0)