Skip to content

Commit

Permalink
Add another null dept job. May remove this test soon
Browse files Browse the repository at this point in the history
  • Loading branch information
adgramigna authored Nov 17, 2023
1 parent b0106f1 commit 57d3397
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ sources:
- not_null:
config:
severity: error
where: "opening_title != 'Don''t see the right opportunity? Apply here!' and opening_title != 'General Application' and opening_link != '/atbayjobs/jobs/5792164003'" #Exclude generic applications
where: "opening_title != 'Don''t see the right opportunity? Apply here!' and opening_title != 'General Application' and opening_link != '/atbayjobs/jobs/5792164003' and opening_link != '/atbayjobs/jobs/5808689003'" #Exclude generic applications
- name: office_ids
description: Comma separated list of of office_ids. Sometimes null in the source data, not sure why
- name: location
Expand All @@ -117,4 +117,4 @@ sources:
- name: existing_html_used
description: Boolean indicating whether the HTML from the scrape was taken from the website or from the s3 bucket.
- name: run_hash
description: Hashed value using hash ids to identify the id of a particular scraped
description: Hashed value using hash ids to identify the id of a particular scraped

0 comments on commit 57d3397

Please sign in to comment.