Skip to content

Commit ecbe298

Browse files
adding name to dagster asset
1 parent 90ab475 commit ecbe298

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

card_data/pipelines/defs/extract/extract_pricing_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ def pull_product_information(set_number: str) -> pl.DataFrame:
9090
return pl.DataFrame(df_data)
9191

9292

93-
@dg.asset(kinds={"API", "Polars", "Pydantic"})
93+
@dg.asset(kinds={"API", "Polars", "Pydantic"}, name="build_pricing_dataframe")
9494
def build_dataframe() -> pl.DataFrame:
9595
all_cards = []
9696
for set_number in SET_PRODUCT_MATCHING.keys():

0 commit comments

Comments
 (0)