Skip to content

KeyError in Aggregation.dict_rows() #11

@defgsus

Description

@defgsus

using parking-data export:

(search().terms("place_id", valid_place_ids)
    .agg_terms("place",field="place_id", size=1000)
    .agg_date_histogram("week", calendar_interval="week")
    .metric_avg("free", field="num_free")
    .pipeline_derivative("grad", buckets_path="free")
    .execute()
    .dict_rows()
)

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    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