From c6db99e818dc1f1355f3ae604c496cb46df88e89 Mon Sep 17 00:00:00 2001 From: Christian Minich Date: Wed, 3 Jul 2024 15:20:18 -0400 Subject: [PATCH] fix comma --- hooli_data_eng/assets/raw_data/__init__.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooli_data_eng/assets/raw_data/__init__.py b/hooli_data_eng/assets/raw_data/__init__.py index 5a668151..c6b33691 100644 --- a/hooli_data_eng/assets/raw_data/__init__.py +++ b/hooli_data_eng/assets/raw_data/__init__.py @@ -92,8 +92,8 @@ def check_users(context, users: pd.DataFrame): jitter=Jitter.FULL ), backfill_policy=BackfillPolicy.single_run(), + code_version="1", tags={**StorageKindTagSet(storage_kind=storage_kind)}, - code_version="1" ) def orders(context, api: RawDataAPI) -> pd.DataFrame: """A table containing all orders that have been placed"""