Skip to content

Configure metadata dateFieldsTimeReference and advancedQueryCapabilities #599

Open
@despainm

Description

@despainm

It appears the dateFieldsTimeReference and advancedQueryCapabilities fields can not be configured by a provider.

For example, I'd like to set advancedQueryCapabilities.supportsPaginationOnAggregatedQueries = false and I'd like to explicitly set the dateFieldsTimeReference to be

"dateFieldsTimeReference": {
   "timeZone": "UTC",
   "respectsDaylightSaving": false
}

Based on the query api I think a dateFieldsTimeReference = null should be interpreted as UTC by default, but I'd like to explicitly set it.

 If the dateFieldsTimeReference property is not set, it will show up as null and the data will be assumed to be in UTC. In this case make sure you issue your WHERE clause in UTC

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions