PR #34 Includes the following updates:
Bug Fixes
- The
opportunity_id
column in thestg_lever__offer
model was generated via thecandidate_id
field. This has now been updated to leverage the trueopportunity_id
field if present. If not present, thecandidate_id
field will be used.
Feature Updates
- Introduced the
tags
column in the below staging models. This field is preferred over the deprecatedtag
column. The resulting column in the staging model will still betag_name
. No schema change results from this update, only column preference.stg_lever__opportunity_tag
stg_lever__posting_tag
- The uniqueness test for the
stg_lever__opportunity
model has been adjusted to include theopportunity_id
in the unique combination of columns test. This update was made to correspond with connector updates. See below for the columns used in the uniqueness test.source_relation
offer_id
opportunity_id
Under the Hood
- Updated documentation for all above new/modified columns.
- Introduced the generate-docs github workflow for consistent docs generation.
Full Changelog: v0.8.0...v0.8.1