fix model selection in history (#269)

This commit is contained in:
Jack Forgash 2024-02-13 19:06:27 -07:00 committed by GitHub
parent 668b22097b
commit 3261a09b4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,15 +29,15 @@ jobs:
with:
dbt_command: >
dbt run -s
2+models/silver/streamline/core/history/transactions/streamline__get_transactions_history_mainnet_18
2+models/silver/streamline/core/history/transactions/streamline__get_transactions_history_mainnet_19
2+models/silver/streamline/core/history/transaction_results/streamline__get_transaction_results_history_mainnet_14
2+models/silver/streamline/core/history/transaction_results/streamline__get_transaction_results_history_mainnet_15
2+models/silver/streamline/core/history/transaction_results/streamline__get_transaction_results_history_mainnet_16
2+models/silver/streamline/core/history/transaction_results/streamline__get_transaction_results_history_mainnet_17
2+models/silver/streamline/core/history/transaction_results/streamline__get_transaction_results_history_mainnet_18
2+models/silver/streamline/core/history/transaction_results/streamline__get_transaction_results_history_mainnet_19
2+models/silver/streamline/core/history/transaction_results/streamline__get_transaction_results_history_mainnet_22
2+streamline__get_transactions_history_mainnet_18
2+streamline__get_transactions_history_mainnet_19
2+streamline__get_transaction_results_history_mainnet_14
2+streamline__get_transaction_results_history_mainnet_15
2+streamline__get_transaction_results_history_mainnet_17
2+streamline__get_transaction_results_history_mainnet_16
2+streamline__get_transaction_results_history_mainnet_18
2+streamline__get_transaction_results_history_mainnet_19
2+streamline__get_transaction_results_history_mainnet_22
--vars '{"STREAMLINE_INVOKE_STREAMS": True, "sql_limit": ${{ vars.SQL_LIMIT_HISTORY }}, "producer_batch_size": ${{ vars.PRODUCER_BATCH_SIZE_HISTORY }}, "worker_batch_size": ${{ vars.WORKER_BATCH_SIZE_HISTORY }}, "batch_call_limit": ${{ vars.BATCH_CALL_LIMIT_HISTORY }}}'
environment: workflow_prod
warehouse: ${{ vars.WAREHOUSE }}