Skip to content

Commit

Permalink
[Connector Builder] Set default value for end_datetime (#21995)
Browse files Browse the repository at this point in the history
* set default value for end_datetime

* set default format as well
  • Loading branch information
lmossman committed Feb 1, 2023
1 parent 52ce3de commit 6321365
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ export const StreamSlicerSection: React.FC<StreamSlicerSectionProps> = ({ stream
label: "Datetime",
typeValue: "DatetimeStreamSlicer",
default: {
datetime_format: "",
datetime_format: "%Y-%m-%d %H:%M:%S.%f+00:00",
start_datetime: "",
end_datetime: "",
end_datetime: "{{ now_utc() }}",
step: "",
cursor_field: "",
},
Expand Down

0 comments on commit 6321365

Please sign in to comment.