-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcatalog.json
More file actions
1 lines (1 loc) · 1.04 KB
/
catalog.json
File metadata and controls
1 lines (1 loc) · 1.04 KB
1
{"type": "CATALOG", "catalog": {"streams": [{"name": "accounts", "json_schema": {"type": "object", "additionalProperties": true}, "supported_sync_modes": ["full_refresh", "incremental"], "source_defined_cursor": true, "default_cursor_field": ["updated_at"], "source_defined_primary_key": [["id"]]}, {"name": "users", "json_schema": {"type": "object", "additionalProperties": true}, "supported_sync_modes": ["full_refresh", "incremental"], "source_defined_cursor": true, "default_cursor_field": ["updated_at"], "source_defined_primary_key": [["id"]]}, {"name": "events", "json_schema": {"type": "object", "additionalProperties": true}, "supported_sync_modes": ["full_refresh", "incremental"], "source_defined_cursor": true, "default_cursor_field": ["updated_at"], "source_defined_primary_key": [["id"]]}, {"name": "invoices", "json_schema": {"type": "object", "additionalProperties": true}, "supported_sync_modes": ["full_refresh", "incremental"], "source_defined_cursor": true, "default_cursor_field": ["updated_at"], "source_defined_primary_key": [["id"]]}]}}