Skip to content

Comments

✨Source Weatherstack - Migrate Python CDK to Low-code CDK#43298

Merged
Natik Gadzhi (natikgadzhi) merged 7 commits intomasterfrom
tope/migrate-weatherstack-lowcode
Aug 8, 2024
Merged

✨Source Weatherstack - Migrate Python CDK to Low-code CDK#43298
Natik Gadzhi (natikgadzhi) merged 7 commits intomasterfrom
tope/migrate-weatherstack-lowcode

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.

@vercel
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

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 Tope Folorunso (@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.

Christo Grabowski (@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 Natik Gadzhi (@natikgadzhi). please see if the breaking change was done properly

Copy link
Contributor

Choose a reason for hiding this comment

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

Code looks good.

@natikgadzhi Natik Gadzhi (natikgadzhi) merged commit 99a33cb into master Aug 8, 2024
@natikgadzhi Natik Gadzhi (natikgadzhi) deleted the tope/migrate-weatherstack-lowcode branch August 8, 2024 04:30
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