Skip to content

Implemented optional depends_on for forced dbt model refs - #113

Merged
gowthamrajj merged 3 commits into
Workday:v2.3.0from
gowthamrajj:support-depends-on
Aug 25, 2026
Merged

Implemented optional depends_on for forced dbt model refs#113
gowthamrajj merged 3 commits into
Workday:v2.3.0from
gowthamrajj:support-depends-on

Conversation

@gowthamrajj

Copy link
Copy Markdown
Contributor

Changes

  • Force extra dbt model dependencies with depends_on. On any .model.json, set "depends_on": ["processed_orders", ...] to emit --depends_on: {{ ref('...') }} comments in generated SQL so dbt can discover refs that are otherwise hidden at parse time (for example inside {% if execute %}).

@gowthamrajj
gowthamrajj merged commit 1dc1595 into Workday:v2.3.0 Aug 25, 2026
3 checks passed
@gowthamrajj
gowthamrajj deleted the support-depends-on branch August 25, 2026 09:11
gowthamrajj added a commit that referenced this pull request Aug 25, 2026
* bump minor version

* Implemented optional depends_on for forced dbt model refs (#113)

* Implemented optional depends_on for forced dbt model refs on all 11 SQL model types.

* update changelog
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants