1
0
mirror of synced 2026-01-01 09:02:59 -05:00
Files
airbyte/docs/integrations/sources/secoda.md
Haithem SOUALA b3643269ba 🎉 New Source - Secoda [low-code cdk] (#18378)
* add streams

* add changelog

* Delete .vscode directory

* restore vscode config

* fix comments

* lint

* lint

* format files

* add secoda to source def

* run source spec

Co-authored-by: marcosmarxm <marcosmarxm@gmail.com>
2022-11-08 16:23:22 -03:00

32 lines
1.0 KiB
Markdown

# Secoda API
## Sync overview
This source can sync data from the [Secoda API](https://docs.secoda.co/secoda-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
* collections
* tables
* terms
### Features
| Feature | Supported?\(Yes/No\) | Notes |
| :--- | :--- | :--- |
| Full Refresh Sync | Yes | |
| Incremental Sync | No | |
### Performance considerations
## Getting started
### Requirements
* API Access
## Changelog
| Version | Date | Pull Request | Subject |
| :------ | :--------- | :-------------------------------------------------------- | :----------------------------------------- |
| 0.1.0 | 2022-10-27 | [#18378](https://github.com/airbytehq/airbyte/pull/18378) | 🎉 New Source: Secoda API [low-code CDK] |