rittmananalytics / droughty

Droughty helps keep your workflow dry
https://droughty.readthedocs.io/en/latest/
MIT License
62 stars 6 forks source link

feat/add tag for primary keys (lean testing) #61

Open jilyat opened 1 year ago

jilyat commented 1 year ago

Add a tag to '_pk' columns in the droughty_schema.yml file to enable lean testing.

image

Terroface commented 1 year ago

@jilyat in the meantime, I tend to use this command:

dbt test -s test_name:unique

LewisCharlesBaker commented 10 months ago

@Terroface @jilyat - Wouldn't Amir's solution above suffice? What would be the value add of the tag?