Skip to content

Commit f80ee7a

Browse files
adding Chaos Rising data
1 parent e0ac7f0 commit f80ee7a

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

card_data/pipelines/defs/extract/tcgcsv/extract_pricing.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111

1212
SET_PRODUCT_MATCHING = {
1313
# Mega Evolution
14+
"me04": "24655",
1415
"me03": "24587",
1516
"me02.5": "24541",
1617
"me02": "24448",

card_data/pipelines/defs/extract/tcgdex/extract_cards.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
@dg.asset(kinds={"API"}, name="extract_card_url_from_set_data")
1212
def extract_card_url_from_set() -> list:
13-
urls = ["https://api.tcgdex.net/v2/en/sets/me03"]
13+
urls = ["https://api.tcgdex.net/v2/en/sets/me04"]
1414

1515
all_card_urls = []
1616

0 commit comments

Comments
 (0)