Skip to content

Parse user type hints directly to ValuesSourceTypes #53424

@not-napoleon

Description

@not-napoleon

In the current implementation, user type hints (specified via the value_type field on aggregations) get parsed leniently through the ValueType enum. The ValueType enum doesn't really add anything however, and we immediately turn that input into a ValuesSourceType. Ideally, we should just parse the user's input directly into a ValuesSourceType

While just getting parity with the current parsing would be sufficient, ideally we would tie into the ValuesSourceRegistry to allow for users hinting VSTs from plugins.

Relates to #42949

Metadata

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions