near-models/Makefile

14 lines
339 B
Makefile
Raw Permalink Normal View History

2022-01-12 19:15:26 +00:00
SHELL := /bin/bash
dbt-console:
docker-compose run dbt_console
2024-09-19 04:39:43 +00:00
.PHONY: dbt-console
decoder_poc:
dbt run \
--vars '{"STREAMLINE_INVOKE_STREAMS":True, "STREAMLINE_USE_DEV_FOR_EXTERNAL_TABLES": True}' \
2024-09-19 18:54:21 +00:00
-m 1+models/streamline/poc/decoder/streamline__decoded_input_events.sql \
2024-09-19 04:39:43 +00:00
--profile near \
--target dev \
--profiles-dir ~/.dbt