Is this a new bug in dbt-expectations?
Current Behavior
looking at sql how the row number is created is just unique per row. later it is used to count against column count passed. it never give duplicate rows
Expected Behavior
Based on multiple column it must give duplicate counts
Steps To Reproduce
Take two simple columns with duplicate values and test this it results 2 for the distinct count
Relevant log output
Environment
- OS:
- Python:
- dbt:
- dbt-expectations:
Which database adapter are you using with dbt?
Note: dbt-expectations currently does not support database adapters other than the ones listed below.
- Postgres
- Snowflake
- BigQuery
Additional Context
Is this a new bug in dbt-expectations?
Current Behavior
looking at sql how the row number is created is just unique per row. later it is used to count against column count passed. it never give duplicate rows
Expected Behavior
Based on multiple column it must give duplicate counts
Steps To Reproduce
Take two simple columns with duplicate values and test this it results 2 for the distinct count
Relevant log output
Environment
Which database adapter are you using with dbt?
Note: dbt-expectations currently does not support database adapters other than the ones listed below.
Additional Context