Skip to content

Commit c6545e3

Browse files
updating models
1 parent ca2fdb5 commit c6545e3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

card_data/pipelines/poke_cli_dbt/models/cards.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
post_hook="{{ enable_rls() }}"
44
) }}
55

6-
SELECT id, set_id, image, name, "localId", category, hp
6+
SELECT id, set_id, image, name, "localId", category, hp, "set_cardCount_official", set_name
77
FROM {{ source('staging', 'cards') }}

card_data/pipelines/poke_cli_dbt/models/pricing_data.sql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
post_hook="{{ enable_rls() }}"
44
) }}
55

6-
SELECT name, card_number, market_price
6+
SELECT product_id, name, card_number, market_price
77
FROM {{ source('staging', 'pricing_data') }}

0 commit comments

Comments
 (0)