1
0
mirror of synced 2025-12-20 18:39:31 -05:00
Files
airbyte/airbyte-integrations/connectors/source-convex/source_convex/spec.yaml
Emma Forman Ling 99a6719cb8 🐛 Convex source connector error messages (#23797)
* format errors and add test

* update changelog

* lint

* fix for integration tests

* bump versions

* auto-bump connector version

* bump version

---------

Co-authored-by: Mal Hancock <mallory@archangelic.space>
Co-authored-by: Octavia Squidington III <octavia-squidington-iii@users.noreply.github.com>
2023-05-30 16:06:14 -07:00

22 lines
616 B
YAML

documentationUrl: https://docs.airbyte.com/integrations/sources/convex
connectionSpecification:
additionalProperties: true
$schema: http://json-schema.org/draft-07/schema#
title: Convex Source Spec
type: object
required:
- deployment_url
- access_key
properties:
deployment_url:
type: string
title: Deployment Url
examples:
- https://murky-swan-635.convex.cloud
- https://cluttered-owl-337.convex.cloud
access_key:
type: string
title: Access Key
description: API access key used to retrieve data from Convex.
airbyte_secret: true