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.

Reference

Config fields reference

Field
Type
Property name
string
lat
string
lon
string
appid
string
units
boolean
only_current
string
lang

Changelog

VersionDatePull RequestSubject
0.2.12024-04-0736876Fix bug in how lat and lon parameters can be set
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