Skip to content

Commit 1439a07

Browse files
haithem-soualamarcosmarxm
authored andcommitted
🎉 New Source: launchdarkly [low-code cdk] (#18660)
* 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 <[email protected]> Co-authored-by: Marcos Marx <[email protected]>
1 parent ef001b7 commit 1439a07

File tree

2 files changed

+27
-0
lines changed

2 files changed

+27
-0
lines changed

airbyte-config/init/src/main/resources/seed/source_definitions.yaml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -726,6 +726,13 @@
726726
documentationUrl: https://docs.airbyte.com/integrations/sources/kyriba
727727
sourceType: api
728728
releaseStage: alpha
729+
- name: LaunchDarkly
730+
sourceDefinitionId: f96bb511-5e3c-48fc-b408-547953cd81a4
731+
dockerRepository: airbyte/source-launchdarkly
732+
dockerImageTag: 0.1.0
733+
documentationUrl: https://docs.airbyte.com/integrations/sources/launchdarkly
734+
sourceType: api
735+
releaseStage: alpha
729736
- name: Lemlist
730737
sourceDefinitionId: 789f8e7a-2d28-11ec-8d3d-0242ac130003
731738
dockerRepository: airbyte/source-lemlist

airbyte-config/init/src/main/resources/seed/source_specs.yaml

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6659,6 +6659,26 @@
66596659
supportsNormalization: false
66606660
supportsDBT: false
66616661
supported_destination_sync_modes: []
6662+
- dockerImage: "airbyte/source-launchdarkly:0.1.0"
6663+
spec:
6664+
documentationUrl: "https://docs.airbyte.com/integrations/sources/launchdarkly"
6665+
connectionSpecification:
6666+
$schema: "http://json-schema.org/draft-07/schema#"
6667+
title: "Launchdarkly Spec"
6668+
type: "object"
6669+
required:
6670+
- "access_token"
6671+
additionalProperties: true
6672+
properties:
6673+
access_token:
6674+
title: "Access token"
6675+
type: "string"
6676+
description: "Your Access token. See <a href=\"https://apidocs.launchdarkly.com/#section/Overview/Authentication\"\
6677+
>here</a>."
6678+
airbyte_secret: true
6679+
supportsNormalization: false
6680+
supportsDBT: false
6681+
supported_destination_sync_modes: []
66626682
- dockerImage: "airbyte/source-lemlist:0.1.0"
66636683
spec:
66646684
documentationUrl: "https://docsurl.com"

0 commit comments

Comments
 (0)