Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,6 @@ is a great resource.
- Run the tests (either via Docker or directly) using the instructions below.
- Once all tests pass, submit a PR to the github repository against the `main` branch. See also the notes on [contributions](#contributions).

Note that Pioneer studies have a [slightly amended](README.pioneer.md) process.

## Build

### Prerequisites
Expand Down
72 changes: 0 additions & 72 deletions README.pioneer.md

This file was deleted.

4 changes: 0 additions & 4 deletions mozilla_pipeline_schemas/bigquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,6 @@ def transpile_schemas(output_path: Path, schema_paths: List[Path]):
for path in schema_paths:
namespace, doctype, filename = path.parts[-3:]
version = int(filename.split(".")[-3])
# pioneer-study schemas were done incorrectly and are ignored here
if namespace == "schemas":
print(f"skipping {path} due to wrong directory level")
continue
out = output_path / f"{namespace}.{doctype}.{version}.bq"
with out.open("w") as fp:
print(f"writing {out}")
Expand Down
3 changes: 1 addition & 2 deletions schemas/metadata/metaschema/metaschema.1.schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@
"description": "The logical format for the metadata struct in the destination BigQuery table",
"enum": [
"structured",
"telemetry",
"pioneer"
"telemetry"
],
"type": "string"
},
Expand Down
195 changes: 0 additions & 195 deletions schemas/metadata/pioneer-decoded/pioneer-decoded.1.schema.json

This file was deleted.

Loading