Skip to main content

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

FeatureSupported?
Full Refresh Sync - (append only)Yes
Incremental - Append SyncYes
NamespacesNo

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.

Changelog

Expand to review
VersionDatePull RequestSubject
0.3.02024-08-2644772Refactor connector to manifest-only format
0.2.172024-08-2444725Update dependencies
0.2.162024-08-1744236Update dependencies
0.2.152024-08-1243735Update dependencies
0.2.142024-08-0343217Update dependencies
0.2.132024-07-2742731Update dependencies
0.2.122024-07-2042389Update dependencies
0.2.112024-07-1341814Update dependencies
0.2.102024-07-1041592Update dependencies
0.2.92024-07-0941199Update dependencies
0.2.82024-07-0640784Update dependencies
0.2.72024-06-2540408Update dependencies
0.2.62024-06-2240005Update dependencies
0.2.52024-06-0639170[autopull] Upgrade base image to v1.2.2
0.2.42024-05-2538601Make compatible with the builder.
0.2.32024-04-1937209Upgrade to CDK 0.80.0 and manage dependencies with Poetry.
0.2.22024-04-1537209Base image migration: remove Dockerfile and use the python-connector-base image
0.2.12024-04-1237209schema descriptions
0.2.02023-08-3129983Migrate to Low Code Framework
0.1.62022-06-2116136Update openweather onecall api to 3.0.
0.1.52022-06-2113864No changes. Used connector to test publish workflow changes.
0.1.42022-04-2712397No changes. Used connector to test publish workflow changes.
0.1.02021-10-277434Initial release