Skip to content

Commit

Permalink
🎉 New Source: launchdarkly [low-code cdk] (#18660)
Browse files Browse the repository at this point in the history
* 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 <marcosmarxm@gmail.com>
Co-authored-by: Marcos Marx <marcosmarxm@users.noreply.github.com>
  • Loading branch information
3 people committed Nov 10, 2022
1 parent 842a2e6 commit 29f1670
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
20 changes: 20 additions & 0 deletions airbyte-config/init/src/main/resources/seed/source_specs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 <a href=\"https://apidocs.launchdarkly.com/#section/Overview/Authentication\"\
>here</a>."
airbyte_secret: true
supportsNormalization: false
supportsDBT: false
supported_destination_sync_modes: []
- dockerImage: "airbyte/source-lemlist:0.1.0"
spec:
documentationUrl: "https://docsurl.com"
Expand Down

0 comments on commit 29f1670

Please sign in to comment.