Skip to content

Commit

Permalink
[SQUASH] [PR-FIX] by Ellakz
Browse files Browse the repository at this point in the history
Update docs/guides/add-exposure-tests.mdx

Co-authored-by: ellakz <[email protected]>
  • Loading branch information
2 people authored and erikzaadi committed Sep 18, 2023
1 parent 04e866e commit c32c7fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guides/add-exposure-tests.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -145,7 +145,7 @@ For each module schema you wish to verify the exposure dependencies, add the ele

We recommend adding a tag to the tests so you could execute these in a dedicated run using the selection parameter `--select tag:elementary`.

Upon running the tests, if any issues arise, you'll see your tests fail and in the test result query you'll be able to see the reasons:
Upon running the tests, if breaking changes are detected in the model, the test will fail and in the test result query you'll be able to see the reasons:

```sql
SELECT 'customers' as exposure, 'https://your.bi.tool/dashboards/1' as url, 'different data type for the column customer_id numeric vs numeric' as error
Expand Down

0 comments on commit c32c7fd

Please sign in to comment.