1
0
mirror of synced 2026-01-05 21:02:13 -05:00
Files
airbyte/docs/integrations/sources/shortio.md
Vadym 504580d833 Remove base-python gradle dependencies in connectors where base-python is not used (#7499)
* Remeve base-python references.

* Add requirements.txt

* Fix requirements.txt blank line

* Fix source-exchange rates to common CDK approach

* Fix source-smartsheets SAT.
Fix source-exchange-rates build.gradle.

* Bump docker version

* Update source-dixa SAT config

* Fix source-exchange-rates SAT config

* Revert bump scaffold sources version

* Fix source-shortio SAT config

* Fix source-square invalid_config.json

* Fix source-us-census invalid_config.json

* Fix source-intercom versioning
2021-11-10 13:12:29 +02:00

1.6 KiB

Shortio

Sync overview

The Shopify source supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.

This source can sync data for the Shortio API.

This Source Connector is based on a Airbyte CDK.

Output schema

This Source is capable of syncing the following Streams:

Data type mapping

Integration Type Airbyte Type Notes
string string
number number
array array
object object

Features

Feature Supported?(Yes/No) Notes
Full Refresh Sync Yes
Incremental - Append Sync Yes
Namespaces No

Getting started

  1. Sign in at app.short.io.
  2. Go to settings and click on Integrations & API.
  3. In the API tab, click Create API Kay. Select Private Key.
  4. Use the created secret key to configure your source!

Changelog

Version Date Pull Request Subject
0.1.1 2021-11-08 7499 Remove base-python dependencies
0.1.0 2021-08-16 3787 Add Native Shortio Source Connector