Skip to content

Commit

Permalink
fix comma
Browse files Browse the repository at this point in the history
  • Loading branch information
cnolanminich authored and slopp committed Aug 14, 2024
1 parent aafaa1d commit c6db99e
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,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"""
Expand Down

0 comments on commit c6db99e

Please sign in to comment.