Dean Cornish
09/27/2023, 1:34 PM{"type":"<https://reference.airbyte.com/reference/errors#unprocessable-entity>","title":"unprocessable-entity","status":422,"detail":"The provided
ā configuration does not fulfill the specification. Errors: json schema validation failed when comparing the data to the json schema. \nErrors: $.start_date:
ā does not match the regex pattern ^[0-9]{4}-[0-9]{2}-[0-9]{2}T[0-9]{2}:[0-9]{2}:[0-9]{2}.[0-9]{6}Z$ "}
I am defining the start_date in the yaml as:
start_date = "2023-09-06T00:00:00.000000Z"
but in the terraform logs it looks like its changing the date format to: "start_date":"2023-09-06T000000Z" and failing the regex validation.
anyone have any ideas on why it would be doing this?Dean Cornish
09/27/2023, 1:43 PMDean Cornish
09/27/2023, 1:46 PM