From 4593b97bc264f2d1e28b84855465b2319a3a737b Mon Sep 17 00:00:00 2001 From: Rik Veenboer Date: Sat, 16 Aug 2025 13:49:41 +0200 Subject: [PATCH] linting --- apps/weather/src/assets.py | 1 + 1 file changed, 1 insertion(+) diff --git a/apps/weather/src/assets.py b/apps/weather/src/assets.py index 3d4f5ad..6d3709c 100644 --- a/apps/weather/src/assets.py +++ b/apps/weather/src/assets.py @@ -176,6 +176,7 @@ def raw_weather_batch_latitude(context: dg.AssetExecutionContext) -> None: io_manager_key="polars_parquet_io_manager", partitions_def=daily_partitions_def, output_required=False, + automation_condition=dg.AutomationCondition.eager(), ) def parsed_weather( context: dg.AssetExecutionContext,