Skip to content

Commit

Permalink
fix: typo in container_config for clickhouse copies (#2337)
Browse files Browse the repository at this point in the history
  • Loading branch information
ryscheng authored Oct 10, 2024
1 parent 8fa30ad commit 5724e17
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion warehouse/oso_dagster/assets/clickhouse_dbt_marts.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ def clickhouse_assets_from_manifests_map(
"resources": {
"requests": {
"cpu": "1000m",
"memory": "1024i",
"memory": "1024Mi",
},
"limits": {
"cpu": "1000m",
Expand Down

0 comments on commit 5724e17

Please sign in to comment.