From 612b82875cfcbff86448a22b25dc0eea3957d0b5 Mon Sep 17 00:00:00 2001 From: Will Baker Date: Wed, 7 Aug 2024 17:08:05 -0400 Subject: [PATCH] source-notion: remove pattern_descriptor from config 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. --- source-notion/source_notion/spec.json | 1 - .../tests/snapshots/snapshots__spec__capture.stdout.json | 1 - 2 files changed, 2 deletions(-) diff --git a/source-notion/source_notion/spec.json b/source-notion/source_notion/spec.json index ebb4429866..e7ca5bf1b0 100644 --- a/source-notion/source_notion/spec.json +++ b/source-notion/source_notion/spec.json @@ -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" diff --git a/source-notion/tests/snapshots/snapshots__spec__capture.stdout.json b/source-notion/tests/snapshots/snapshots__spec__capture.stdout.json index 42bc560657..40743b319f 100644 --- a/source-notion/tests/snapshots/snapshots__spec__capture.stdout.json +++ b/source-notion/tests/snapshots/snapshots__spec__capture.stdout.json @@ -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" ],