near-models/Makefile
2024-09-19 11:54:21 -07:00

14 lines
339 B
Makefile

SHELL := /bin/bash
dbt-console:
docker-compose run dbt_console
.PHONY: dbt-console
decoder_poc:
dbt run \
--vars '{"STREAMLINE_INVOKE_STREAMS":True, "STREAMLINE_USE_DEV_FOR_EXTERNAL_TABLES": True}' \
-m 1+models/streamline/poc/decoder/streamline__decoded_input_events.sql \
--profile near \
--target dev \
--profiles-dir ~/.dbt