Skip to content

Database Config

This instance of LAPIS uses the following configuration file:

schema:
  instanceName: sars_cov-2_minimal_test_config
  opennessLevel: OPEN
  metadata:
    - name: primaryKey
      type: string
      lapisAllowsRegexSearch: true
    - name: date
      type: date
    - name: region
      type: string
      generateIndex: true
    - name: country
      type: string
      lapisAllowsRegexSearch: true
      generateIndex: true
    - name: pangoLineage
      type: pango_lineage
    - name: division
      type: string
      lapisAllowsRegexSearch: true
      generateIndex: true
    - name: age
      type: int
    - name: qc_value
      type: float
    - name: test_boolean_column
      type: boolean
  features:
    - name: sarsCoV2VariantQuery
  primaryKey: primaryKey
  dateToSortBy: date
  partitionBy: pangoLineage