configured_catalog.json
1 { 2 "streams": [ 3 { 4 "stream": { 5 "name": "luma_events_stream", 6 "json_schema": { 7 "$schema": "http://json-schema.org/draft-04/schema#", 8 "type": "object" 9 }, 10 "supported_sync_modes": ["full_refresh"] 11 }, 12 "sync_mode": "full_refresh", 13 "destination_sync_mode": "overwrite" 14 }, 15 { 16 "stream": { 17 "name": "luma_guests_stream", 18 "json_schema": { 19 "$schema": "http://json-schema.org/draft-04/schema#", 20 "type": "object" 21 }, 22 "supported_sync_modes": ["full_refresh"], 23 "source_defined_primary_key": [["api_id"], ["event_api_id"]] 24 }, 25 "sync_mode": "full_refresh", 26 "destination_sync_mode": "overwrite" 27 } 28 ] 29 }