-
Notifications
You must be signed in to change notification settings - Fork 4.4k
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: update Campaigns
schema
#36989
Conversation
Signed-off-by: Artem Inzhyyants <[email protected]>
[skip ci] Signed-off-by: Artem Inzhyyants <[email protected]>
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
[skip ci] Signed-off-by: Artem Inzhyyants <[email protected]>
[skip ci] Signed-off-by: Artem Inzhyyants <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 Looks good to me!
- Reviewed the entire pull request up to 604f042
- Looked at
77
lines of code in4
files - Took 1 minute and 19 seconds to review
More info
- Skipped
0
files when reviewing. - Skipped posting
4
additional comments because they didn't meet confidence threshold of50%
.
1. airbyte-integrations/connectors/source-klaviyo/metadata.yaml:11
:
- Assessed confidence :
0%
- Comment:
The base image and version have been updated correctly. - Reasoning:
The PR author has updated the base image and version in metadata.yaml and pyproject.toml files. The schema for 'campaigns' has been updated to include 'included' and 'excluded' properties under 'audiences'. The changelog in the documentation has been updated to reflect these changes. Everything seems to be in order.
2. airbyte-integrations/connectors/source-klaviyo/pyproject.toml:6
:
- Assessed confidence :
0%
- Comment:
The version has been updated correctly. - Reasoning:
The version in pyproject.toml has been updated correctly.
3. airbyte-integrations/connectors/source-klaviyo/source_klaviyo/schemas/campaigns.json:20
:
- Assessed confidence :
0%
- Comment:
The schema for 'campaigns' has been updated correctly. - Reasoning:
The schema for 'campaigns' has been updated to include 'included' and 'excluded' properties under 'audiences'. This seems to be in line with the PR description.
4. docs/integrations/sources/klaviyo.md:66
:
- Assessed confidence :
0%
- Comment:
The changelog has been updated correctly. - Reasoning:
The changelog in the documentation has been updated to reflect the changes made in this PR. This is good practice.
Workflow ID: wflow_NBqXyzgZ4xAeE8hp
Not what you expected? You can customize the content of the reviews using rules. Learn more here.
Skipped PR review on 4e18f9f because no changed files had a supported extension. If you think this was in error, please contact us and we'll fix it right away. Generated with ❤️ by ellipsis.dev |
What
resolve https://github.com/airbytehq/oncall/issues/4773
How
fix schema
Summary:
This PR updates the
Campaigns
schema in the Klaviyo source connector, updates the base image and version, and reflects these changes in the changelog.Key points:
Campaigns
schema incampaigns.json
.metadata.yaml
andpyproject.toml
.klaviyo.md
.Generated with ❤️ by ellipsis.dev