Skip to content

Commit 3b54a34

Browse files
first test model
1 parent 3f41ba5 commit 3b54a34

File tree

1 file changed

+4
-0
lines changed
  • card_data/pipelines/poke_cli_dbt/models

1 file changed

+4
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
{{ config(materialized='table') }}
2+
3+
SELECT id, image, name, "localId", category
4+
FROM {{ source('staging', 'cards') }}

0 commit comments

Comments
 (0)