1
0
mirror of synced 2025-12-23 21:03:15 -05:00
Files
airbyte/docs/integrations/sources/glassfrog.md

4.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

Expand to review
Version Date Pull Request Subject
0.2.11 2024-07-10 41400 Update dependencies
0.2.10 2024-07-09 41169 Update dependencies
0.2.9 2024-07-06 40925 Update dependencies
0.2.8 2024-06-25 40279 Update dependencies
0.2.7 2024-06-22 40135 Update dependencies
0.2.6 2024-06-04 39056 [autopull] Upgrade base image to v1.2.1
0.2.5 2024-05-20 38323 Make compatibility with builder
0.2.4 2024-04-19 37167 Updating to 0.80.0 CDK
0.2.3 2024-04-18 37167 Manage dependencies with Poetry.
0.2.2 2024-04-15 37167 Base image migration: remove Dockerfile and use the python-connector-base image
0.2.1 2024-04-12 37167 schema descriptions
0.2.0 2023-08-10 29306 Migrated to LowCode CDK
0.1.1 2023-08-15 13868 Fix schema and tests
0.1.0 2022-06-16 13868 Add Native Glassfrog Source Connector