added tx_batch_history make directive

This commit is contained in:
shah 2024-03-12 17:51:56 -07:00
parent 5a0fbd6f25
commit 833f15f631

View File

@ -97,6 +97,14 @@ tx_results_batch_history:
--target $(DBT_TARGET) \
--profiles-dir ~/.dbt
tx_batch_history:
dbt run \
--vars '{"STREAMLINE_INVOKE_STREAMS": $(INVOKE_STREAMS), "STREAMLINE_USE_DEV_FOR_EXTERNAL_TABLES": True}' \
-m 1+models/silver/streamline/core/history/transactions/batch/streamline__get_batch_transactions_mainnet_18.sql \
--profile flow \
--target dev \
--profiles-dir ~/.dbt
lq_overloads:
dbt run \
-s models/deploy/core/ \