1
0
mirror of synced 2025-12-20 10:32:35 -05:00
Files
airbyte/docs/integrations/sources/railz.md

8.5 KiB

Railz

This source can sync data for the Railz API. This page guides you through the process of setting up the Railz source connector.

Prerequisites

  • A Railz account with permission to access data from accounts you want to sync.
  • Railz Client ID and Secret key

Setup guide

Step 1: Set up Railz

Generate API key on the dashboard and take it's client_id and secret_key.

Step 2: Set up the source connector in Airbyte

For Airbyte Cloud:

  1. Log into your Airbyte Cloud account;
  2. In the left navigation bar, click Sources. In the top-right corner, click + new source;
  3. On the source setup page, select Railz from the Source type dropdown and enter a name for this connector;
  4. Enter Client ID (client_id);
  5. Enter Secret key (secret_key);
  6. Enter Start date (optional);
  7. click Set up source.

For Airbyte Open Source:

  1. Go to local Airbyte page;
  2. In the left navigation bar, click Sources. In the top-right corner, click + new source;
  3. On the source setup page, select Railz from the Source type dropdown and enter a name for this connector;
  4. Enter Client ID (client_id);
  5. Enter Secret key (secret_key);
  6. Enter Start date;
  7. click Set up source.

Supported sync modes

The Railz supports full refresh and incremental sync.

Feature Supported?
Full Refresh Sync Yes
Incremental Sync Yes

Supported Streams

Several output streams are available from this source:

If there are more endpoints you'd like Airbyte to support, please create an issue.

Performance considerations

The Railz connector should gracefully handle Railz API limitations under normal usage. Please create an issue if you see any rate limit issues that are not automatically retried successfully.

Changelog

Expand to review
Version Date Pull Request Subject
0.2.11 2025-05-24 60560 Update dependencies
0.2.10 2025-05-10 60145 Update dependencies
0.2.9 2025-05-03 59502 Update dependencies
0.2.8 2025-04-27 59087 Update dependencies
0.2.7 2025-04-19 58477 Update dependencies
0.2.6 2025-04-12 57878 Update dependencies
0.2.5 2025-04-05 57324 Update dependencies
0.2.4 2025-03-29 56792 Update dependencies
0.2.3 2025-03-22 56177 Update dependencies
0.2.2 2025-03-08 53971 Update dependencies
0.2.1 2025-02-24 54164 Remove stream_state interpolation from record filter
0.2.0 2025-02-05 47244 Migrate to manifest only format
0.1.26 2025-02-01 52978 Update dependencies
0.1.25 2025-01-25 52519 Update dependencies
0.1.24 2025-01-18 51928 Update dependencies
0.1.23 2025-01-11 51318 Update dependencies
0.1.22 2025-01-04 50926 Update dependencies
0.1.21 2024-12-28 50699 Update dependencies
0.1.20 2024-12-21 50266 Update dependencies
0.1.19 2024-12-14 49067 Starting 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
0.1.18 2024-10-28 47114 Update dependencies
0.1.17 2024-10-12 46786 Update dependencies
0.1.16 2024-10-05 46462 Update dependencies
0.1.15 2024-09-28 46182 Update dependencies
0.1.14 2024-09-21 45811 Update dependencies
0.1.13 2024-09-14 45576 Update dependencies
0.1.12 2024-09-07 45317 Update dependencies
0.1.11 2024-08-31 45036 Update dependencies
0.1.10 2024-08-24 44649 Update dependencies
0.1.9 2024-08-17 44206 Update dependencies
0.1.8 2024-08-12 43801 Update dependencies
0.1.7 2024-08-10 43541 Update dependencies
0.1.6 2024-08-03 43288 Update dependencies
0.1.5 2024-07-27 42674 Update dependencies
0.1.4 2024-07-20 40029 Update dependencies
0.1.3 2024-07-19 42125 Fix Python MRO bug
0.1.2 2024-05-21 38545 [autopull] base image + poetry + up_to_date
0.1.1 2023-02-16 20960 New Source: Railz