1
0
mirror of synced 2025-12-23 21:03:15 -05:00
Files
airbyte/docs/integrations/sources/glassfrog.md
Amruta Ranade b9b064fa44 Updated postgres doc and fixed other minor nits (#15297)
* Updated postgres doc and other minor nits

* fixed formatting

* added note about connectTimeout

* added limits to the initial wait time values
2022-08-05 14:24:31 -04:00

2.2 KiB

Glassfrog

Sync overview

The Glassfrog source supports only Full Refresh syncs. This source can sync data for the Glassfrog API.

This Source Connector is based on the 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 No
Namespaces No

Getting started

  1. Sign in at app.glassfrog.com.
  2. Go to Profile & Settings.
  3. In the API tab, enter the label for your new API key (e.g. Airbyte) and clik on the button Create new API Key.
  4. Use the created secret key to configure your source!

Changelog

Version Date Pull Request Subject
0.1.0 2022-06-16 13868g Add Native Glassfrog Source Connector