1
0
mirror of synced 2026-01-05 21:02:13 -05:00
Files
airbyte/airbyte-integrations/connectors/source-secoda/source_secoda/spec.yaml
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

19 lines
660 B
YAML

documentationUrl: https://docs.airbyte.com/integrations/sources/secoda
connectionSpecification:
$schema: http://json-schema.org/draft-07/schema#
title: Secoda Spec
type: object
required:
- api_key
additionalProperties: true
properties:
# 'TODO: This schema defines the configuration required for the source. This usually involves metadata such as database and/or authentication information.':
api_key:
title: Api Key
type: string
description: >-
Your API Access Key. See <a
href="https://docs.secoda.co/secoda-api/authentication">here</a>. The key is
case sensitive.
airbyte_secret: true