Skip to content

Commit

Permalink
Update scaffold
Browse files Browse the repository at this point in the history
  • Loading branch information
maximearmstrong committed Jun 21, 2024
1 parent 9c6625e commit a13fb19
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ from .constants import dbt_manifest_path
{% endif %}

{% if use_experimental_dbt_project -%}
@dbt_assets(manifest={{ dbt_project_name }}.ensure_prepared().manifest_path)
@dbt_assets(manifest={{ dbt_project_name }}.manifest_path)
{% else -%}
@dbt_assets(manifest=dbt_manifest_path)
{% endif -%}
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,4 @@ from dagster_dbt import DbtProject
state_path=Path("target", "state"),
{%- endif %}
)
{{ dbt_project_name }}.prepare_if_dev()

0 comments on commit a13fb19

Please sign in to comment.