Skip to content

Commit 0cddc3a

Browse files
committed
CDK: ref
Signed-off-by: Artem Inzhyyants <[email protected]>
1 parent d4f5d37 commit 0cddc3a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

airbyte_cdk/sources/declarative/models/declarative_component_schema.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1524,7 +1524,7 @@ class IncrementingCountCursor(BaseModel):
15241524
)
15251525
start_value_option: Optional[RequestOption] = Field(
15261526
None,
1527-
description="Optionally configures how the start datetime will be sent in requests to the source API.",
1527+
description="Optionally configures how the start value will be sent in requests to the source API.",
15281528
title="Inject Start Value Into Outgoing HTTP Request",
15291529
)
15301530
parameters: Optional[Dict[str, Any]] = Field(None, alias="$parameters")

0 commit comments

Comments
 (0)