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 Openweather: fix longitude parameter in spec #36876

Conversation

rwhwebster
Copy link
Contributor

@rwhwebster rwhwebster commented Apr 6, 2024

Problem

fixes #36712
Existing configuration restricts usage of the longitude parameter to values that only contain 2 digits before the decimal point, preventing usage for locations with longitudes < -99 degrees and > 99 degrees.

Changes made

This PR includes an adjustment to the regex pattern for the latitude and longitude parameter to instead apply restrictions based on values being within +-90 degrees for latitude and +-180 degrees for longitude in the sources manifest.yaml

Where to look

Only code change is in the sources manifest.yaml; all other changes are documentation/version updates.

🚨 User Impact 🚨

No breaking changes; API calls would already fail if parameter values fell outside these ranges

Copy link

vercel bot commented Apr 6, 2024

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

1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
airbyte-docs ⬜️ Ignored (Inspect) Visit Preview Apr 10, 2024 4:27pm

@CLAassistant
Copy link

CLAassistant commented Apr 6, 2024

CLA assistant check
All committers have signed the CLA.

@octavia-squidington-iii octavia-squidington-iii added the area/documentation Improvements or additions to documentation label Apr 7, 2024
@rwhwebster rwhwebster marked this pull request as ready for review April 7, 2024 03:30
Copy link
Member

@marcosmarxm marcosmarxm left a comment

Choose a reason for hiding this comment

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

Thanks @rwhwebster I'm going to run tests during the week to release a new version of the connector.

@natikgadzhi
Copy link
Contributor

Thank you for the PR, @rwhwebster!
@marcosmarxm, this needs to drop Dockerfile, switch to Poetry, and unpin the CDK version while we're here.

@marcosmarxm marcosmarxm merged commit cae230a into airbytehq:master Apr 10, 2024
51 of 54 checks passed
@marcosmarxm
Copy link
Member

Hello @rwhwebster your feedback matters a lot to us. Can you spare just 3 minutes to complete a survey? We're dedicated to making the contributor experience even better, and your input is key to achieving excellence. Thank you for helping us improve!

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 community connectors/source/openweather
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Openweather connector cannot be configured with full range of longitude coordinates
5 participants