Skip to content

Commit 25c35df

Browse files
committed
remove default again
1 parent ac2bd0d commit 25c35df

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

airbyte_cdk/sources/declarative/declarative_component_schema.yaml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1007,10 +1007,6 @@ definitions:
10071007
end_datetime:
10081008
title: End Datetime
10091009
description: The datetime that determines the last record that should be synced. If not provided, `{{ now_utc() }}` will be used.
1010-
default:
1011-
type: MinMaxDatetime
1012-
datetime: "{{ now_utc().strftime('%Y-%m-%dT%H:%M:%SZ') }}"
1013-
datetime_format: "%Y-%m-%dT%H:%M:%SZ"
10141010
anyOf:
10151011
- "$ref": "#/definitions/MinMaxDatetime"
10161012
- type: string

0 commit comments

Comments
 (0)