Skip to content

Commit f8f5745

Browse files
committed
[Transform] Specify use_point_in_time in settings
1 parent 2c0d3a6 commit f8f5745

File tree

3 files changed

+26
-4
lines changed

3 files changed

+26
-4
lines changed

output/schema/schema.json

Lines changed: 19 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/typescript/types.ts

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

specification/transform/_types/Transform.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -130,6 +130,12 @@ export class Settings {
130130
* @server_default 500
131131
*/
132132
max_page_search_size?: integer
133+
/**
134+
* Specifies whether the transform checkpoint will use the Point In Time API while searching over the source index.
135+
* @doc_id point-in-time-api
136+
* @server_default true
137+
*/
138+
use_point_in_time?: boolean
133139

134140
/**
135141
* If `true`, the transform runs in unattended mode. In unattended mode, the transform retries indefinitely in case

0 commit comments

Comments
 (0)