From 29f1670f2dfeb85360d5b3f3369ebb3d5073c430 Mon Sep 17 00:00:00 2001 From: Haithem SOUALA Date: Thu, 10 Nov 2022 21:18:04 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=8E=89=20New=20Source:=20launchdarkly=20[?= =?UTF-8?q?low-code=20cdk]=20(#18660)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * initial commit * add streams * fix tests * add doc * lint * lint * lint * add launchdarkly to source def * remove oss catalog * remove oss catalog correctly and restore destination spec * generate source spec Co-authored-by: marcosmarxm Co-authored-by: Marcos Marx --- .../resources/seed/source_definitions.yaml | 7 +++++++ .../src/main/resources/seed/source_specs.yaml | 20 +++++++++++++++++++ 2 files changed, 27 insertions(+) diff --git a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml index ba5bbe8eda39..dd5473f24d5d 100644 --- a/airbyte-config/init/src/main/resources/seed/source_definitions.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_definitions.yaml @@ -726,6 +726,13 @@ documentationUrl: https://docs.airbyte.com/integrations/sources/kyriba sourceType: api releaseStage: alpha +- name: LaunchDarkly + sourceDefinitionId: f96bb511-5e3c-48fc-b408-547953cd81a4 + dockerRepository: airbyte/source-launchdarkly + dockerImageTag: 0.1.0 + documentationUrl: https://docs.airbyte.com/integrations/sources/launchdarkly + sourceType: api + releaseStage: alpha - name: Lemlist sourceDefinitionId: 789f8e7a-2d28-11ec-8d3d-0242ac130003 dockerRepository: airbyte/source-lemlist diff --git a/airbyte-config/init/src/main/resources/seed/source_specs.yaml b/airbyte-config/init/src/main/resources/seed/source_specs.yaml index 49db54980886..c744cdbc46f2 100644 --- a/airbyte-config/init/src/main/resources/seed/source_specs.yaml +++ b/airbyte-config/init/src/main/resources/seed/source_specs.yaml @@ -6659,6 +6659,26 @@ supportsNormalization: false supportsDBT: false supported_destination_sync_modes: [] +- dockerImage: "airbyte/source-launchdarkly:0.1.0" + spec: + documentationUrl: "https://docs.airbyte.com/integrations/sources/launchdarkly" + connectionSpecification: + $schema: "http://json-schema.org/draft-07/schema#" + title: "Launchdarkly Spec" + type: "object" + required: + - "access_token" + additionalProperties: true + properties: + access_token: + title: "Access token" + type: "string" + description: "Your Access token. See here." + airbyte_secret: true + supportsNormalization: false + supportsDBT: false + supported_destination_sync_modes: [] - dockerImage: "airbyte/source-lemlist:0.1.0" spec: documentationUrl: "https://docsurl.com"