* update

* fix
This commit is contained in:
Austin 2024-09-17 08:41:08 -04:00 committed by GitHub
parent c0d8a2802d
commit 91e5ebbebf
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View File

@ -4,4 +4,4 @@ dbt_run_non_core,"17 * * * *"
dbt_run_streamline_blocks_txcount_realtime,"24,54 * * * *"
dbt_run_streamline_transactions_realtime,"29,59 * * * *"
dbt_test_tasks,"5,35 * * * *"
dbt_run_streamline_evm_chainhead,"9,39 * * * *"
dbt_run_streamline_evm_chainhead,"9,24,39,54 * * * *"
1 workflow_name workflow_schedule
4 dbt_run_streamline_blocks_txcount_realtime 24,54 * * * *
5 dbt_run_streamline_transactions_realtime 29,59 * * * *
6 dbt_test_tasks 5,35 * * * *
7 dbt_run_streamline_evm_chainhead 9,39 * * * * 9,24,39,54 * * * *

View File

@ -4,9 +4,9 @@
func = 'streamline.udf_bulk_rest_api_v2',
target = "{{this.schema}}.{{this.identifier}}",
params ={ "external_table" :"evm_traces",
"sql_limit" :"12000",
"producer_batch_size" :"12000",
"worker_batch_size" :"800",
"sql_limit" :"6000",
"producer_batch_size" :"6000",
"worker_batch_size" :"600",
"sql_source" :"{{this.identifier}}",
"exploded_key": tojson(["result"]) }
),