Skip to content

Commit 6e2b1fe

Browse files
committed
[Backport 8.7] Add from parameter for transform.start_transform
1 parent cc89d2c commit 6e2b1fe

File tree

4 files changed

+18
-2
lines changed

4 files changed

+18
-2
lines changed

output/schema/schema.json

Lines changed: 13 additions & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

output/schema/validation-errors.json

Lines changed: 0 additions & 1 deletion
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/start_transform/StartTransformRequest.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,5 +57,9 @@ export interface Request extends RequestBase {
5757
* @server_default 30s
5858
*/
5959
timeout?: Duration
60+
/**
61+
* Restricts the set of transformed entities to those changed after this time. Relative times like now-30d are supported. Only applicable for continuous transforms.
62+
*/
63+
from?: string
6064
}
6165
}

0 commit comments

Comments
 (0)