Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

source-klaviyo: updating schemas to minimal schema #1815

Merged
merged 2 commits into from
Oct 9, 2024
Merged

Conversation

Luishfs
Copy link
Collaborator

@Luishfs Luishfs commented Aug 15, 2024

Description:

(Describe the high level scope of new or changed features)

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)


This change is Reviewable

@Luishfs Luishfs self-assigned this Aug 15, 2024
@Luishfs Luishfs changed the title [nit] source-klaviyo: updating schema yaml files to display schema inference source-klaviyo: updating schemas to minimal schema Oct 9, 2024
Copy link
Contributor

@Alex-Bair Alex-Bair left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM. One comment about cursor fields in the schema files, but I don't think it should break anything to leave them out.

@@ -4,80 +4,6 @@
"additionalProperties": true,
"required": ["id"],
"properties": {
"type": { "type": "string" },
"id": { "type": "string" },
"datetime": { "type": "string", "format": "date-time" },
Copy link
Contributor

@Alex-Bair Alex-Bair Oct 9, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

datetime is the cursor field for the events stream, right? I don't think omitting it here will cause an issue, but
I don't think leaving the cursor field in shouldn't cause a problem since we're relying on it being in every document.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Alex-Bair There actually was a error with cursor fields being defined in the schema, which caused this PR to be created. I think it was more related to their schema being set as nullable, but in order to be sure i just simply remove then now

@dyaffe dyaffe merged commit c342b54 into main Oct 9, 2024
71 of 76 checks passed
@Alex-Bair Alex-Bair deleted the luis/source-klaviyo branch October 9, 2024 18:35
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