dbt-selly/Makefile

11 lines
262 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-06-01 10:30:33 +00:00
dbt run --profiles-dir=. --project-dir=. --full-refresh --select user_give_gift
2022-03-22 04:03:52 +00:00