- 
                Notifications
    You must be signed in to change notification settings 
- Fork 25.6k
Labels
:Analytics/AggregationsAggregationsAggregations>refactoring>tech debtTeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)Meta label for analytical engine team (ESQL/Aggs/Geo)
Description
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
Labels
:Analytics/AggregationsAggregationsAggregations>refactoring>tech debtTeam:AnalyticsMeta label for analytical engine team (ESQL/Aggs/Geo)Meta label for analytical engine team (ESQL/Aggs/Geo)