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 Weatherstack - Migrate Python CDK to Low-code CDK #43298

Merged
merged 7 commits into from
Aug 8, 2024

Conversation

topefolorunso
Copy link
Collaborator

What

Migrate Weatherstack Python CDK to Low-code CDK fixes https://github.com/airbytehq/airbyte-internal-issues/issues/8958

How

Developed using UI Builder and the Low-code CDK

Recommended reading order

  1. manifest.yaml

🚨 User Impact 🚨

Are there any breaking changes? What is the end result perceived by the user?

For connector PRs, use this section to explain which type of semantic versioning bump occurs as a result of the changes. Refer to our Semantic Versioning for Connectors guidelines for more information. Breaking changes to connectors must be documented by an Airbyte engineer (PR author, or reviewer for community PRs) by using the Breaking Change Release Playbook.

If there are breaking changes, please merge this PR with the 🚨🚨 emoji so changelog authors can further highlight this if needed.

Pre-merge Actions

Expand the relevant checklist and delete the others.

Updating a connector

Community member or Airbyter

  • Grant edit access to maintainers (instructions)
  • Unit & integration tests added

Airbyter

If this is a community PR, the Airbyte engineer reviewing this PR is responsible for the below items.

  • Create a non-forked branch based on this PR and test the below items on it
  • Build is successful
  • If new credentials are required for use in CI, add them to GSM. Instructions.

Copy link

vercel bot commented Aug 4, 2024

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
airbyte-docs ✅ Ready (Inspect) Visit Preview 💬 Add feedback Aug 4, 2024 7:20pm

Copy link
Contributor

@natikgadzhi natikgadzhi left a comment

Choose a reason for hiding this comment

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

This is good, thank you @topefolorunso!

A few things I noted:

  1. https URLs everywhere. HTTP will not (and did not) pass the validation.
  2. Fix the formatting (/format-fix would do that)
  3. Use standard YamlDeclarativeSource wrapper. Don't remove two streams for free accounts. In fact, I would remove the is_paid_account config input altogether, and just set an error handler to ignore HTTP 403 on those two streams.

@ChristoGrab and I are happy to help with the error handler if that gets tricky.

@natikgadzhi
Copy link
Contributor

Minimal tests are passing! I would call this a 1.0.0, drop is_paid_account, declare this a breaking change, and we can merge later tonight.

@topefolorunso
Copy link
Collaborator Author

all done @natikgadzhi. please see if the breaking change was done properly

@natikgadzhi natikgadzhi enabled auto-merge (squash) August 8, 2024 04:27
Copy link
Contributor

@natikgadzhi natikgadzhi left a comment

Choose a reason for hiding this comment

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

Code looks good.

@natikgadzhi natikgadzhi merged commit 99a33cb into master Aug 8, 2024
35 of 36 checks passed
@natikgadzhi natikgadzhi deleted the tope/migrate-weatherstack-lowcode branch August 8, 2024 04:30
LouisAuneau pushed a commit to LouisAuneau/airbyte that referenced this pull request Aug 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/connectors Connector related issues area/documentation Improvements or additions to documentation connectors/source/weatherstack
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants