This commit is contained in:
Ubuntu 2022-05-26 21:44:20 +07:00
parent a27c99cf15
commit 25bf52e4c0
2 changed files with 2 additions and 1 deletions

View File

@ -6,5 +6,5 @@ push:
run:
dbt deps --profiles-dir=. --project-dir=.
#dbt run --profiles-dir=. --project-dir=. --full-refresh
dbt run --profiles-dir=. --project-dir=. --full-refresh --select admin_tags
dbt run --profiles-dir=. --project-dir=. --full-refresh --select product_sku

View File

@ -11,6 +11,7 @@ select
sku,
{{ adapter.quote('name') }},
active,
brand AS brand_id,
-- quantity,
picture AS photo,
cast({{ adapter.quote('price') }}::json->>'base' AS numeric) AS price_base,