dbt-selly/Makefile

11 lines
258 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-11 09:47:34 +00:00
dbt run --profiles-dir=. --project-dir=. --full-refresh --select admin_tags
2022-03-22 04:03:52 +00:00