dbt-selly/Makefile

11 lines
259 B
Makefile
Raw Normal View History

2022-03-22 04:03:52 +00:00
#!bin/bash
push:
git add . && git commit -a -m "update" && git push
run:
dbt deps --profiles-dir=. --project-dir=.
#dbt run --profiles-dir=. --project-dir=. --full-refresh
2022-05-26 14:44:20 +00:00
dbt run --profiles-dir=. --project-dir=. --full-refresh --select product_sku
2022-03-22 04:03:52 +00:00