[ ] I have verified that these changes work locally on the following warehouses (Note: it's okay if you do not have access to all warehouses, this helps us understand what has been covered):
[x] Postgres
[x] BigQuery
[x] Snowflake
[ ] Redshift
[x] I have written tests for new macros (either as dbt schema tests in integration_tests/models, dbt data tests in integration_tests/tests or integration tests in the CI workflow)
Description & motivation
Add new measures to the profile:
row_count
min
(numeric, date and time columns only)max
(numeric, date and time columns only)avg
(numeric columns only)std_dev_population
(numeric columns only)stg_dev_sample
(numeric columns only)Checklist
integration_tests/models
, dbt data tests inintegration_tests/tests
or integration tests in the CI workflow)