Back to Airbyte

RSS

docs/integrations/sources/rss.md

2.0.05.0 KB
Original Source

RSS

Overview

The RSS source allows you to read data from any individual RSS feed.

Output schema

This source is capable of syncing the following streams:

  • items
    • Provides stats about specific RSS items.
    • Most fields are simply kept from RSS items as strings if present (title, link, description, author, category, comments, enclosure, guid).
    • The date field is handled differently. It's transformed into a UTC datetime in a published field for easier use in data warehouses and other destinations.
    • The RSS feed you're subscribing to must have a valid pubDate field for each item for incremental syncs to work properly.
    • Since guid is not a required field, there is no primary key for the feed, only a cursor on the published date.

Features

FeatureSupported?
Full Refresh SyncYes
Incremental - Append SyncYes
NamespacesNo

Requirements / Setup Guide

Only the url of an RSS feed is required.

Performance considerations

None

Changelog

<details> <summary>Expand to review</summary>
VersionDatePull RequestSubject
1.0.312025-02-0151897Update dependencies
1.0.302025-01-1151334Update dependencies
1.0.292025-01-0450935Update dependencies
1.0.282024-12-2850731Update dependencies
1.0.272024-12-2150296Update dependencies
1.0.262024-12-1449699Update dependencies
1.0.252024-12-1149082Starting with this version, the Docker image is now rootless. Please note that this and future versions will not be compatible with Airbyte versions earlier than 0.64
1.0.242024-11-0448252Update dependencies
1.0.232024-10-2947104Update dependencies
1.0.222024-10-1246793Update dependencies
1.0.212024-10-0546454Update dependencies
1.0.202024-09-2846185Update dependencies
1.0.192024-09-2145812Update dependencies
1.0.182024-09-1445538Update dependencies
1.0.172024-09-0745223Update dependencies
1.0.162024-08-3145058Update dependencies
1.0.152024-08-2444635Update dependencies
1.0.142024-08-1744257Update dependencies
1.0.132024-08-1243883Update dependencies
1.0.122024-08-1043687Update dependencies
1.0.112024-08-0343073Update dependencies
1.0.102024-07-2742687Update dependencies
1.0.92024-07-2042139Update dependencies
1.0.82024-07-1341741Update dependencies
1.0.72024-07-1041570Update dependencies
1.0.62024-07-0941197Update dependencies
1.0.52024-07-0640921Update dependencies
1.0.42024-06-2540410Update dependencies
1.0.32024-06-2240083Update dependencies
1.0.22024-06-0439085[autopull] Upgrade base image to v1.2.1
1.0.12024-04-3037535Fix incremental sync
1.0.02024-04-2036418Migrate python cdk to low code
0.1.02022-10-1218838Initial release supporting RSS
</details>