Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow for casting on columns before aggregations/validation functions #416

Closed
nehanene15 opened this issue Apr 1, 2022 · 0 comments
Closed
Assignees
Labels
priority: p0 Highest priority. Critical issue. Will be fixed prior to next release. type: feature request 'Nice-to-have' improvement, new feature or different behavior or design.

Comments

@nehanene15
Copy link
Collaborator

Currently we allow for casting through YAML after an aggregation is complete. For example, we can do a CAST(SUM(column)).

We should be able to also cast the field before any aggregations/functions are applied like so: SUM(CAST(column)). We can do this through calculated fields. Currently calc fields only support the default cast to string. This should be configurable.

@nehanene15 nehanene15 added type: feature request 'Nice-to-have' improvement, new feature or different behavior or design. priority: p0 Highest priority. Critical issue. Will be fixed prior to next release. labels Apr 1, 2022
@renzokuken renzokuken self-assigned this Apr 21, 2022
@nehanene15 nehanene15 assigned nehanene15 and unassigned renzokuken Apr 29, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
priority: p0 Highest priority. Critical issue. Will be fixed prior to next release. type: feature request 'Nice-to-have' improvement, new feature or different behavior or design.
Projects
None yet
Development

No branches or pull requests

2 participants