Skip to content

BEVSTD: Empty result set for certain regions #200

@sjockers

Description

@sjockers

See CorrelAid/datenguide-python#75:

The following query does not yield any data, even though there should be data available for that region:

query {
  region(id: "08226098") {
    name
    BEVSTD(year: 2018, ALTX20: ALT030B35) {
      value
      year
      ALTX20
      source {
        name
        title_de
      }
    }
  }
}

The same query works for the surrounding Landkreis though:

query {
  region(id: "08226") {
    name
    BEVSTD(year: 2018, ALTX20: ALT030B35) {
      value
      year
      ALTX20
      source {
        name
        title_de
      }
    }
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions