Skip to content

Latest commit

 

History

History
68 lines (52 loc) · 3.92 KB

shortio.md

File metadata and controls

68 lines (52 loc) · 3.92 KB

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.

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

Expand to review
Version Date Pull Request Subject
0.3.1 2024-08-16 44196 Bump source-declarative-manifest version
0.3.0 2024-08-14 44066 Refactor connector to manifest-only format
0.2.13 2024-08-12 43852 Update dependencies
0.2.12 2024-08-10 43602 Update dependencies
0.2.11 2024-08-03 43167 Update dependencies
0.2.10 2024-07-27 42750 Update dependencies
0.2.9 2024-07-20 42288 Update dependencies
0.2.8 2024-07-13 41931 Update dependencies
0.2.7 2024-07-10 41489 Update dependencies
0.2.6 2024-07-09 40877 Update dependencies
0.2.5 2024-06-25 40309 Update dependencies
0.2.4 2024-06-22 40099 Update dependencies
0.2.3 2024-06-05 38842 Embed schemas and spec
0.2.2 2024-06-04 38970 [autopull] Upgrade base image to v1.2.1
0.2.1 2024-05-02 37597 Change last_records to last_record
0.2.0 2023-08-02 28950 Migrate to Low-Code CDK
0.1.3 2022-08-01 15066 Update primary key to idString
0.1.2 2021-12-28 8628 Update fields in source-connectors specifications
0.1.1 2021-11-08 7499 Remove base-python dependencies
0.1.0 2021-08-16 3787 Add Native Shortio Source Connector