Skip to content

Commit

Permalink
utilize warn if and error if to disable other test
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew D.Gramigna committed Nov 8, 2023
1 parent fc2d8fb commit a38a8c3
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,10 @@
{{ config(severity = 'warn') }}
{{
config(
severity = 'error',
error_if = '>=10',
warn_if = '>0'
)
}}
--config must be of the bracket comment format or it doesn't comment it.

-- here we are checking if the scraper did correctly scrape jobs for each careers_page
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{{ config(enabled=true, severity = 'error') }}
{{ config(enabled=false, severity = 'error') }}
--disable when all companies have has jobs

-- here we are checking if the scraper did correctly scrape jobs for each careers_page
Expand Down

0 comments on commit a38a8c3

Please sign in to comment.