OpenWeather
Overview
This source connector syncs data from the OpenWeather One Call API. This API allows to obtain current and weather data from a geolocation expressed in latitude and longitude.
Output schema
This source currently has a single stream, openweather_one_call
. An example of the data outputted by this stream is available here.
Features
Feature | Supported? |
---|---|
Full Refresh Sync - (append only) | Yes |
Incremental - Append Sync | Yes |
Namespaces | No |
Getting started
Requirements
- An OpenWeather API key
- Latitude and longitude of the location for which you want to get weather data
Setup guide
Visit the OpenWeather to create a user account and obtain an API key. The One Call API is available with the free plan.
Rate limiting
The free plan allows 60 calls per minute and 1,000,000 calls per month, you won't get beyond these limits with existing Airbyte's sync frequencies.
Reference
Config fields reference
Field
Type
Property name
string
appid
string
lat
string
lon
string
lang
boolean
only_current
string
units
Changelog
Expand to review
Version | Date | Pull Request | Subject |
---|---|---|---|
0.2.17 | 2024-08-24 | 44725 | Update dependencies |
0.2.16 | 2024-08-17 | 44236 | Update dependencies |
0.2.15 | 2024-08-12 | 43735 | Update dependencies |
0.2.14 | 2024-08-03 | 43217 | Update dependencies |
0.2.13 | 2024-07-27 | 42731 | Update dependencies |
0.2.12 | 2024-07-20 | 42389 | Update dependencies |
0.2.11 | 2024-07-13 | 41814 | Update dependencies |
0.2.10 | 2024-07-10 | 41592 | Update dependencies |
0.2.9 | 2024-07-09 | 41199 | Update dependencies |
0.2.8 | 2024-07-06 | 40784 | Update dependencies |
0.2.7 | 2024-06-25 | 40408 | Update dependencies |
0.2.6 | 2024-06-22 | 40005 | Update dependencies |
0.2.5 | 2024-06-06 | 39170 | [autopull] Upgrade base image to v1.2.2 |
0.2.4 | 2024-05-25 | 38601 | Make compatible with the builder. |
0.2.3 | 2024-04-19 | 37209 | Upgrade to CDK 0.80.0 and manage dependencies with Poetry. |
0.2.2 | 2024-04-15 | 37209 | Base image migration: remove Dockerfile and use the python-connector-base image |
0.2.1 | 2024-04-12 | 37209 | schema descriptions |
0.2.0 | 2023-08-31 | 29983 | Migrate to Low Code Framework |
0.1.6 | 2022-06-21 | 16136 | Update openweather onecall api to 3.0. |
0.1.5 | 2022-06-21 | 13864 | No changes. Used connector to test publish workflow changes. |
0.1.4 | 2022-04-27 | 12397 | No changes. Used connector to test publish workflow changes. |
0.1.0 | 2021-10-27 | 7434 | Initial release |