v3

latestOpenAPI 3.1.0Proprietary2026-08-07266348629.6 KB
Sources

Stop Incremental Snapshot

post/sources/stop_incremental_snapshot

Request body

source_idstring required
topic_namesstring[] nullable
surrogate_keystring nullable

Column name to use as surrogate primary key for all tables during snapshot chunking. Useful for tables without primary keys or when a more efficient column exists for chunking.

filter_regexstring nullable

Optional restrictive regex applied by the orchestrator to the physical tables the controller expands, across ALL triggered selectors. Matched (via search) against each physical's fully-qualified identifier <database-or-schema>.<table>, so it can narrow by DB/schema, table name, or a table-name suffix — the caller decides. Only matching physicals are snapshotted. Use to backfill a specific subset without re-snapshotting a regex source's full expansion. Null → no restriction.

Response

Successful Response

{"stackTrail":"paths:/sources/stop_incremental_snapshot:post:responses:200:content:application/json:schema","oasType":"schema","type":"unknown"}