Skip to content

Feature/Add dbt deps#84

Draft
AngelicaLastra wants to merge 2 commits into
mainfrom
feature/add_dbt_deps
Draft

Feature/Add dbt deps#84
AngelicaLastra wants to merge 2 commits into
mainfrom
feature/add_dbt_deps

Conversation

@AngelicaLastra
Copy link
Copy Markdown
Contributor

@AngelicaLastra AngelicaLastra commented Apr 6, 2026

This PR accomplishes two things:

  1. Adds dbt deps step to run before dbt seed and dbt run, so we can make sure we always have packages updated when running dbt without having to do it manually.
  2. Fixes test_var mis-assignment for test variables.

Note

Has not been tested or approved as a feature.

@AngelicaLastra AngelicaLastra self-assigned this Apr 6, 2026
dag=self.dag
) as dbt_task_group:

dbt_deps = DbtDepsOperator(
Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do we need to use the --upgrade flag here to actually update the package versions during the run? Otherwise, it will use the package versions already defined in package-lock.yml.

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