Skip to content

Commit

Permalink
Account for change in dbt-labs/dbt-core#7857
Browse files Browse the repository at this point in the history
  • Loading branch information
jtcohen6 committed Jun 16, 2023
1 parent 753af1b commit ad27811
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/unit/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ def project_from_dict(project, profile, packages=None, selectors=None, cli_vars=
project_root=project_root,
project_dict=project,
packages_dict=packages,
dependent_projects_dict={},
selectors_dict=selectors,
)
return partial.render(renderer)
Expand Down

0 comments on commit ad27811

Please sign in to comment.