Skip to content

Commit

Permalink
removing v1 PulseNet configuration (#512)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Kimpo <[email protected]>
  • Loading branch information
AJKimpo and Kimpo72 authored Sep 26, 2024
1 parent ea5d0f6 commit 129e674
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 30 deletions.
5 changes: 0 additions & 5 deletions tests/smoke/kotlin/src/test/resources/valid_manifests_v1.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,5 @@
"meta_destination_id": "dextesting",
"meta_ext_event": "testevent1",
"filename": "dex-smoke-test"
},
{
"meta_destination_id": "pulsenet",
"meta_ext_event": "localsequencefile",
"filename": "dex-smoke-test"
}
]
19 changes: 0 additions & 19 deletions upload-configs/v1/pulsenet-localsequencefile.json

This file was deleted.

9 changes: 3 additions & 6 deletions upload-configs/v2/pulsenet-localsequencefile.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,26 +26,23 @@
"field_name": "received_filename",
"required": true,
"allowed_values": null,
"description": "This field is the name of the file when uploaded.",
"compat_field_name": "filename"
"description": "This field is the name of the file when uploaded."
},
{
"field_name": "data_stream_id",
"required": true,
"allowed_values": [
"pulsenet"
],
"description": "This field is the identifier for the data stream.",
"compat_field_name": "meta_destination_id"
"description": "This field is the identifier for the data stream."
},
{
"field_name": "data_stream_route",
"required": true,
"allowed_values": [
"localsequencefile"
],
"description": "This recieved is the route of the data stream.",
"compat_field_name": "meta_ext_event"
"description": "This recieved is the route of the data stream."
}
]
},
Expand Down

0 comments on commit 129e674

Please sign in to comment.