Skip to content

Commit

Permalink
fix: resources
Browse files Browse the repository at this point in the history
  • Loading branch information
cbini committed Oct 21, 2024
1 parent 28641a0 commit 307ae58
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions src/teamster/code_locations/kippmiami/_dbt/assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,13 @@
dagster_dbt_translator=dagster_dbt_translator,
select="tag:stage_external_sources",
name=f"{CODE_LOCATION}_external_source_dbt_assets",
op_tags={
"dagster-k8s/config": {
"container_config": {
"resources": {"requests": {"cpu": "750m"}, "limits": {"cpu": "750m"}}
}
}
},
)

assets = [
Expand Down

0 comments on commit 307ae58

Please sign in to comment.