1
0
mirror of synced 2026-01-01 00:02:54 -05:00
Files
airbyte/docs/integrations/sources/xkcd.md
sarafonseca f080d4de94 🎉 New Source: xkcd [python cdk] (#18049)
* Add new source: xkcd

* Add documentation for xckd connector

* Fix unit test test_parse_response

* Fix xkcd changelog

* Improve iteration method

* Update tests test_next_page_token and test_parse_response

* add timeout for full read

* add seed config and eof

* correct source def id

* auto-bump connector version

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2022-10-21 23:26:12 -03:00

1.0 KiB

XKCD

This page guides you through the process of setting up the xkcd source connector.

Prerequisites

XKCD is an open API, so no credentials are needed to set up the surce.

Supported sync modes

The xkcd source connector supports on full sync refresh.

Supported Streams

That is just one stream for xkcd, that retrieves a given comic metadata.

Performance considerations

XKCD does not perform rate limiting.

Changelog

Version Date Pull Request Subject
0.1.0 2022-10-17 18049 Initial version/release of the connector.