Skip to content

Commit

Permalink
change to build to incorporate tests
Browse files Browse the repository at this point in the history
  • Loading branch information
slopp committed Jan 2, 2024
1 parent 6ed3d6b commit 165cb3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooli_data_eng/assets/dbt_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ def _process_partitioned_dbt_assets(context: OpExecutionContext, dbt: DbtCliReso
list(context.selected_output_names)[0]
)
dbt_vars = {"min_date": str(first_partition), "max_date": str(last_partition)}
dbt_args = ["run", "--vars", json.dumps(dbt_vars)]
dbt_args = ["build", "--vars", json.dumps(dbt_vars)]

dbt_cli_task = dbt.cli(dbt_args, context=context)

Expand Down

0 comments on commit 165cb3d

Please sign in to comment.