mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 19:42:40 +00:00
6 lines
86 B
Makefile
6 lines
86 B
Makefile
SHELL := /bin/bash
|
|
|
|
dbt-console:
|
|
docker-compose run dbt_console
|
|
|
|
.PHONY: dbt-console |