dbt-selly/Makefile

11 lines
271 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-04-13 07:06:23 +00:00
dbt run --profiles-dir=. --project-dir=. --full-refresh --select tracking_product_shares
2022-03-22 04:03:52 +00:00