Skip to content

Commit

Permalink
change test to exclude jobs with no postings
Browse files Browse the repository at this point in the history
  • Loading branch information
Andrew D.Gramigna committed Oct 8, 2023
1 parent 9a09099 commit a9abb6f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{# {{ config(severity = 'warn') }} #}
{{ config(severity = 'warn') }}
--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=false) }}
{{ config(enabled=true, severity = 'warn') }}
--disable when Rhino has jobs

-- here we are checking if the scraper did correctly scrape jobs for each careers_page
Expand All @@ -9,6 +9,7 @@ with expected_sources as (
from {{ source('levergreen', 'job_board_urls') }}
where is_enabled
and url != 'https://boards.greenhouse.io/rhino' --rhino has no job postings active currently
and url != 'https://boards.greenhouse.io/supabase'
),

actual_sources as (
Expand Down

0 comments on commit a9abb6f

Please sign in to comment.