1
0
mirror of synced 2025-12-30 12:04:43 -05:00
Files
airbyte/docs/integrations/sources/instatus.md
darynaishchenko 6091b3829f Source Instatus: built in yaml (#21008)
* added source-instatus

* added changelog

* fixed formatting for schemas, used WaitTimeFromHeader

* added unit test for components, refactored instatus.yaml

* added schema_loader to base stream, removed url from public_data_requester

* added source_definitions.yaml

* auto-bump connector version

Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
Co-authored-by: Serhii Lazebnyi <53845333+lazebnyi@users.noreply.github.com>
2023-01-16 11:06:05 +02:00

2.5 KiB

Instatus

This page contains the setup guide and reference information for the Instatus source connector.

Prerequisites

To set up Metabase you need:

  • api_key - Requests to Instatus API must provide an API token.

Setup guide

Step 1: Set up Instatus account

Step 2: Generate an API key

You can get your API key from User settings Make sure that you are an owner of the pages you want to sync because if you are not this data will be skipped.

Step 2: Set up the Instatus connector in Airbyte

Supported sync modes

The Instatus source connector supports the following sync modes:

Supported Streams

Tutorials

Data type mapping

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

Features

Feature Supported?(Yes/No) Notes
Full Refresh Sync Yes
Incremental Sync No
SSL connection Yes
Namespaces No

Changelog

Version Date Pull Request Subject
0.1.0 2023-04-01 21008 Initial (alpha) release