Skip to content

Commit

Permalink
fix comma
Browse files Browse the repository at this point in the history
  • Loading branch information
cnolanminich committed Jul 3, 2024
1 parent 86b9341 commit cff880c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hooli_data_eng/assets/raw_data/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ def check_users(context, users: pd.DataFrame):
jitter=Jitter.FULL
),
backfill_policy=BackfillPolicy.single_run(),
code_version="1"
code_version="1",
tags={**StorageKindTagSet(storage_kind=storage_kind)},
)
def orders(context, api: RawDataAPI) -> pd.DataFrame:
Expand Down

0 comments on commit cff880c

Please sign in to comment.