Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
pankajastro committed Dec 19, 2024
1 parent 0dfe4af commit 0d530fc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion dev/dags/example_taskflow.py
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,9 @@ def example_taskflow() -> None:
DbtTaskGroup(
group_id="transform_task_group",
project_config=ProjectConfig(
dbt_project_path=DBT_ROOT_PATH / "altered_jaffle_shop", env_vars=build_partial_dbt_env()
dbt_project_path=DBT_ROOT_PATH / "jaffle_shop",
manifest_path=DBT_ROOT_PATH / "jaffle_shop" / "target" / "manifest.json",
env_vars=build_partial_dbt_env(),
),
profile_config=profile_config,
)
Expand Down

0 comments on commit 0d530fc

Please sign in to comment.