Skip to content

Commit

Permalink
fix partition mismatch for dbt (#85)
Browse files Browse the repository at this point in the history
  • Loading branch information
slopp authored Apr 16, 2024
1 parent 33c8b45 commit 21f16cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions hooli_data_eng/assets/dbt_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,11 +153,9 @@ def weekly_dbt_assets(context: OpExecutionContext, dbt2: DbtCliResource):
@dbt_assets(
manifest=DBT_MANIFEST,
select="company_perf sku_stats company_stats locations_cleaned",
partitions_def=weekly_partitions,
dagster_dbt_translator=CustomDagsterDbtTranslatorForViews(
DagsterDbtTranslatorSettings(enable_asset_checks=True)
),
backfill_policy=BackfillPolicy.single_run(),
)
def views_dbt_assets(context: OpExecutionContext, dbt2: DbtCliResource):
# Invoke dbt CLI
Expand Down

0 comments on commit 21f16cc

Please sign in to comment.