feat: finetune elementary implementation

This commit is contained in:
Stijnvandenbroek
2026-03-04 22:26:35 +00:00
parent 0b9b408714
commit 5166a183b4
5 changed files with 57 additions and 7 deletions

View File

@@ -13,7 +13,7 @@ dbt_project = DbtProject(project_dir=str(DBT_PROJECT_DIR))
dbt_project.prepare_if_dev()
@dbt_assets(manifest=dbt_project.manifest_path)
@dbt_assets(manifest=dbt_project.manifest_path, exclude="package:elementary")
def dbt_project_assets(context: AssetExecutionContext, dbt: DbtCliResource):
"""Expose every dbt model as a Dagster asset."""
yield from dbt.cli(["build"], context=context).stream()