Skip to content

Commit 75bc44a

Browse files
ezimuelswallez
authored andcommitted
Add from parameter for transform.start_transform (#2065)
1 parent 99d9a37 commit 75bc44a

File tree

4 files changed

+19
-4
lines changed

4 files changed

+19
-4
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: 1 addition & 3 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/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)