configured_catalog.json
1 { 2 "streams": [ 3 { 4 "stream": { 5 "name": "wallet_transactions", 6 "json_schema": {}, 7 "supported_sync_modes": ["full_refresh", "incremental"] 8 }, 9 "sync_mode": "incremental", 10 "destination_sync_mode": "append" 11 }, 12 { 13 "stream": { 14 "name": "wallet_internal_transactions", 15 "json_schema": {}, 16 "supported_sync_modes": ["full_refresh", "incremental"] 17 }, 18 "sync_mode": "incremental", 19 "destination_sync_mode": "append" 20 }, 21 { 22 "stream": { 23 "name": "wallet_token_transactions", 24 "json_schema": {}, 25 "supported_sync_modes": ["full_refresh", "incremental"] 26 }, 27 "sync_mode": "incremental", 28 "destination_sync_mode": "append" 29 }, 30 { 31 "stream": { 32 "name": "beacon_withdrawals", 33 "json_schema": {}, 34 "supported_sync_modes": ["full_refresh", "incremental"] 35 }, 36 "sync_mode": "incremental", 37 "destination_sync_mode": "append" 38 }, 39 { 40 "stream": { 41 "name": "mined_blocks", 42 "json_schema": {}, 43 "supported_sync_modes": ["full_refresh", "incremental"] 44 }, 45 "sync_mode": "incremental", 46 "destination_sync_mode": "append" 47 }, 48 { 49 "stream": { 50 "name": "token_balance", 51 "json_schema": {}, 52 "supported_sync_modes": ["full_refresh", "incremental"] 53 }, 54 "sync_mode": "incremental", 55 "destination_sync_mode": "append" 56 }, 57 { 58 "stream": { 59 "name": "native_balance", 60 "json_schema": {}, 61 "supported_sync_modes": ["full_refresh", "incremental"] 62 }, 63 "sync_mode": "incremental", 64 "destination_sync_mode": "append" 65 } 66 ] 67 }