treasure_dashboard: fix update config

Signed-off-by: Alexis Pentori <alexis@status.im>
This commit is contained in:
Alexis Pentori 2024-02-13 16:29:30 +01:00
parent 51f2ff2acb
commit 7424b1f1cd
No known key found for this signature in database
GPG Key ID: 65250D2801E47A10
1 changed files with 4 additions and 1 deletions

View File

@ -52,7 +52,10 @@ def treasure_dashboard_sync():
response_filter=lambda response: response.json(),
)
update_airbyte_config = update_airbyte_source_config_tg("Wallet fetcher", wallets_config.output)
update_airbyte_config = update_airbyte_source_config_tg(
"fin_dsh_wallet_fetcher",
wallets_config.output
)
fetch_wallet_data = AirbyteTriggerSyncOperator(
task_id='airbyte_fetch_blockchain_wallet',