Skip to content

Commit

Permalink
docs: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
il-dat committed Nov 22, 2024
1 parent ad1bd90 commit ce85a96
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ Supporting:

- **Generate the validation macros**:

> Check `/scripts` directory for all the codegen utilities
> Check [`/scripts`](https://github.com/infinitelambda/dbt-audit-helper-ext/tree/main/scripts) directory for all the codegen utilities

Firstly, we need to determine the location (database and schema) of the source tables:

Expand Down Expand Up @@ -76,7 +76,9 @@ Supporting:
Or just aim to validation a specific model which is `03_mart/dim_sales`:

```bash
python dbt_packages/audit_helper_ext/scripts/create_validation_macros.py models/03_mart dim_sales
python dbt_packages/audit_helper_ext/scripts/create_validation_macros.py \
models/03_mart \
dim_sales
```

Finally, check out your dbt project at the directory named `macros/validation`!
Expand Down

0 comments on commit ce85a96

Please sign in to comment.