Closed
Bug 1472314
Opened 7 years ago
Closed 7 years ago
[meta] Reject garbage namespace submissions for generic ingestion
Categories
(Data Platform and Tools :: General, enhancement, P3)
Data Platform and Tools
General
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: trink, Unassigned)
References
Details
(Whiteboard: DataOps)
There doesn't appear to be any specification on what constitutes a valid namespace beyond it not being allowed to have a slash. All of our existing namespaces are represented with alphanumeric and hyphen characters so that seems like a good place to start/document.
Comment 2•7 years ago
|
||
This has 3 parts, which I'll file follow-ups for:
1. Change the monitor to bucket all invalid namespace/doctypes together rather than having a separate plugin for each one.
2. Change the tests in mozilla-pipline-schemas to fail if an invalid namespace or doctype is present
3. Update the docs at [1] to reflect the desired namespace pattern.
We should limit namespaces to [a-zA-Z] and hyphens
Summary: Reject garbage namespace submissions for generic ingestion → [meta] Reject garbage namespace submissions for generic ingestion
Updated•7 years ago
|
Priority: -- → P3
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•3 years ago
|
Component: Pipeline Ingestion → General
You need to log in
before you can comment on or make changes to this bug.
Description
•