Skip to content

Conversation

@jonwihl
Copy link
Collaborator

@jonwihl jonwihl commented Sep 2, 2025

No description provided.

@jonwihl jonwihl merged commit 3495f08 into master Sep 2, 2025
46 of 57 checks passed
Alex-Bair added a commit that referenced this pull request Sep 23, 2025
Tiktok recently changed their API to have datetime fields return values
that don't comply with the ISO 8601 format. Meaning that in order to
avoid schema violation errors, all those fields shouldn't have a
`"format": "date-time"` in the document schema

We previously tried to remove these formats in
#343, but formats defined by the
connector need patched out with `null` to remove them per JSON merge
semantics. This commit does that for the currently patched streams and
for all other discovered streams that had `"format": "date-time"` for
one or more fields.
Alex-Bair added a commit that referenced this pull request Sep 23, 2025
Tiktok recently changed their API to have datetime fields return values
that don't comply with the ISO 8601 format. Meaning that in order to
avoid schema violation errors, all those fields shouldn't have a
`"format": "date-time"` in the document schema

We previously tried to remove these formats in
#343, but formats defined by the
connector need patched out with `null` to remove them per JSON merge
semantics. This commit does that for the currently patched streams and
for all other discovered streams that had `"format": "date-time"` for
one or more fields.
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.

3 participants