From 5724e17ae72b4df49493558954b3f1937889b68e Mon Sep 17 00:00:00 2001 From: Raymond Cheng Date: Thu, 10 Oct 2024 08:58:43 -0700 Subject: [PATCH] fix: typo in container_config for clickhouse copies (#2337) --- warehouse/oso_dagster/assets/clickhouse_dbt_marts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/warehouse/oso_dagster/assets/clickhouse_dbt_marts.py b/warehouse/oso_dagster/assets/clickhouse_dbt_marts.py index 19c499448..4aaae0583 100644 --- a/warehouse/oso_dagster/assets/clickhouse_dbt_marts.py +++ b/warehouse/oso_dagster/assets/clickhouse_dbt_marts.py @@ -93,7 +93,7 @@ def clickhouse_assets_from_manifests_map( "resources": { "requests": { "cpu": "1000m", - "memory": "1024i", + "memory": "1024Mi", }, "limits": { "cpu": "1000m",