Skip to content

Commit

Permalink
lowcode: Better describe what the cursor field is for (#26815)
Browse files Browse the repository at this point in the history
  • Loading branch information
sherifnada committed May 31, 2023
1 parent 480a43b commit 8c4132e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -570,8 +570,8 @@ definitions:
- "created_at"
- "{{ config['record_cursor'] }}"
datetime_format:
title: Datetime Format
description: The format of the datetime value.
title: Cursor Field Datetime Format
description: The datetime format of the Cursor Field.
type: string
examples:
- "%Y-%m-%dT%H:%M:%S.%f%z"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -847,9 +847,9 @@ class DatetimeBasedCursor(BaseModel):
)
datetime_format: str = Field(
...,
description="The format of the datetime value.",
description="The datetime format of the Cursor Field.",
examples=["%Y-%m-%dT%H:%M:%S.%f%z"],
title="Datetime Format",
title="Cursor Field Datetime Format",
)
cursor_granularity: str = Field(
...,
Expand Down

0 comments on commit 8c4132e

Please sign in to comment.