Skip to content

source-recharge: remove date-time format from onetimes.next_charge_scheduled_at#4063

Open
Alex-Bair wants to merge 1 commit intomainfrom
bair/source-recharge-remove-date-time-format
Open

source-recharge: remove date-time format from onetimes.next_charge_scheduled_at#4063
Alex-Bair wants to merge 1 commit intomainfrom
bair/source-recharge-remove-date-time-format

Conversation

@Alex-Bair
Copy link
Member

Description:

We've observed the next_charge_scheduled_at field in the onetime object to be a date like 2026-03-23 and an actual ISO 8601 datetime, and production captures have been hitting schema violations since the schema thinks this field is always formatted as a datetime.

We can't reconcile a date and a datetime format, so we have to simply remove the format entirely to address the schema violations.

Workflow steps:

(How does one use this feature, and how has it changed)

Documentation links affected:

(list any documentation links that you created, or existing ones that you've identified as needing updates, along with a brief description)

Notes for reviewers:

(anything that might help someone review this PR)

…heduled_at

We've observed the `next_charge_scheduled_at` field to be a date like `2026-03-23` _and_ an actual ISO 8601 datetime, and production captures have been hitting schema violations since the schema thinks this field is always formatted as a datetime.

We can't reconcile a `date` and a `datetime` format, so we have to simply remove the format entirely.
@Alex-Bair Alex-Bair marked this pull request as ready for review March 23, 2026 21:46
@Alex-Bair Alex-Bair requested a review from a team March 23, 2026 21:46
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant