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

feat: add stddev macro (DNA-18084 / DNA-21718) #85

Merged
merged 1 commit into from
Dec 20, 2023

Conversation

Dennis-UiPath
Copy link
Contributor

Description

  • Add stddev macro to compute the standard deviation

Release

  • Direct release (main)
    - [ ] Merge to dev (or other) branch
    • Why:

Did you consider?

  • Does it Work on Automation Suite / SQL Server
  • Does it Work on Automation Cloud / Snowflake
    - [ ] What is the performance impact?
  • The version number in dbt_project.yml

@Dennis-UiPath Dennis-UiPath force-pushed the feat/add_stddev branch 3 times, most recently from 9a99b4c to 0cedae1 Compare December 20, 2023 13:53
Comment on lines +2 to +8
select val
from (values (1),(2),(3),(4)) as Input(val)
),

Input_data_with_null as (
select val
from (values (1),(2),(null),(4)) as Input(val)
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Missing quoting of fields (field)

@Dennis-UiPath Dennis-UiPath merged commit d1c872b into main Dec 20, 2023
3 checks passed
@Dennis-UiPath Dennis-UiPath deleted the feat/add_stddev branch December 20, 2023 16:16
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants