Skip to content

Setting date_time in Quiver.create_element produce wrong results #176

@guilhermebodin

Description

@guilhermebodin

In an internal model setting a structure like this one

            Quiver.create_element!(db, "XXXX";
                label = label,
                date_time = string.(ts.dates),
                observation = ts.values,
            )

produces so that the date_time of all time series groups in the collection be populated with ts.dates. In my opinion this should not be passed to all time series groups.
To set the dates of time series groups the API that should be used is only Quiver.update_time_series_group!

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