We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f41ba5 commit 3b54a34Copy full SHA for 3b54a34
card_data/pipelines/poke_cli_dbt/models/cards.sql
@@ -0,0 +1,4 @@
1
+{{ config(materialized='table') }}
2
+
3
+SELECT id, image, name, "localId", category
4
+FROM {{ source('staging', 'cards') }}
0 commit comments