mirror of
https://github.com/FlipsideCrypto/flow-models.git
synced 2026-02-06 13:56:45 +00:00
added tx_batch_history make directive
This commit is contained in:
parent
5a0fbd6f25
commit
833f15f631
8
Makefile
8
Makefile
@ -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/ \
|
||||
|
||||
Loading…
Reference in New Issue
Block a user