Skip to content

Commit

Permalink
fix: dbt op tags
Browse files Browse the repository at this point in the history
  • Loading branch information
cbini committed Jul 1, 2024
1 parent eb48aa6 commit e2ad9d7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions src/teamster/code_locations/kipptaf/dbt/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,11 @@
dagster_dbt_translator=dagster_dbt_translator,
name=f"{CODE_LOCATION}_dbt_assets",
exclude="tag:stage_external_sources source:adp_payroll+",
op_tags={
"dagster-k8s/config": {
"container_config": {"resources": {"requests": {"cpu": "750m"}}}
}
},
)

external_source_dbt_assets = build_dbt_external_source_assets(
Expand Down

0 comments on commit e2ad9d7

Please sign in to comment.