1
0
mirror of synced 2025-12-26 14:02:10 -05:00
Files
airbyte/docs/integrations/sources/configcat.md
Haithem SOUALA 842a2e685d 🎉 New Source: Configcat [low-code cdk] (#18649)
* init commit

* add streams

* fix tests

* init commit

* add streams

* add docs

* lint

* add configcat to source def

* correct test acceptance test file

* run spec seed config

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
2022-11-10 16:51:21 -03:00

1.3 KiB

Configcat API

Sync overview

This source can sync data from the Configcat API. At present this connector only supports full refresh syncs meaning that each time you use the connector it will sync all available records from scratch. Please use cautiously if you expect your API to have a lot of records.

This Source Supports the Following Streams

  • organizations
  • organization_members
  • products
  • tags
  • environments

Features

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

Performance considerations

Configcat APIs are under rate limits for the number of API calls allowed per API keys per second. If you reach a rate limit, API will return a 429 HTTP error code. See here

Getting started

Requirements

  • Username
  • Password

Changelog

Version Date Pull Request Subject
0.1.0 2022-10-30 #18649 🎉 New Source: Configcat API [low-code CDK]