Skip to content

Commit

Permalink
source-notion: remove pattern_descriptor from config
Browse files Browse the repository at this point in the history
Removes the "pattern_descriptor" property from the configuration, since I don't
believe it was actually doing something and seems to have recently cause the
endpoint config to fail to work with config encryption for unknown reasons.
  • Loading branch information
williamhbaker committed Aug 7, 2024
1 parent 051a050 commit 612b828
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion source-notion/source_notion/spec.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@
"title": "Start Date",
"description": "UTC date and time in the format YYYY-MM-DDTHH:MM:SS.000Z. During incremental sync, any data generated before this date will not be replicated. If left blank, the start date will be set to 2 years before the present date.",
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}.[0-9]{3}Z$",
"pattern_descriptor": "YYYY-MM-DDTHH:MM:SS.000Z",
"examples": ["2020-11-16T00:00:00.000Z"],
"type": "string",
"format": "date-time"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@
"title": "Start Date",
"description": "UTC date and time in the format YYYY-MM-DDTHH:MM:SS.000Z. During incremental sync, any data generated before this date will not be replicated. If left blank, the start date will be set to 2 years before the present date.",
"pattern": "^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}.[0-9]{3}Z$",
"pattern_descriptor": "YYYY-MM-DDTHH:MM:SS.000Z",
"examples": [
"2020-11-16T00:00:00.000Z"
],
Expand Down

0 comments on commit 612b828

Please sign in to comment.