-
Notifications
You must be signed in to change notification settings - Fork 7
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: allow that
fields
only contains the primary key in protected …
…mode #623 The result will not be of much use, since you only get all primary keys, but no additional information. This is required for the UShER integration of cov-spectrum.
- Loading branch information
1 parent
eaa832c
commit 0ac0709
Showing
4 changed files
with
106 additions
and
21 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
schema: | ||
instanceName: sars_cov-2_minimal_test_config | ||
opennessLevel: PROTECTED | ||
metadata: | ||
- name: primaryKey | ||
type: string | ||
- name: date | ||
type: date | ||
- name: region | ||
type: string | ||
generateIndex: true | ||
- name: country | ||
type: string | ||
generateIndex: true | ||
- name: pangoLineage | ||
type: pango_lineage | ||
- name: division | ||
type: string | ||
generateIndex: true | ||
- name: age | ||
type: int | ||
- name: qc_value | ||
type: float | ||
- name: insertions | ||
type: insertion | ||
- name: aaInsertions | ||
type: aaInsertion | ||
features: | ||
- name: sarsCoV2VariantQuery | ||
primaryKey: primaryKey | ||
dateToSortBy: date | ||
partitionBy: pangoLineage |