File tree Expand file tree Collapse file tree 2 files changed +27
-0
lines changed
airbyte-config/init/src/main/resources/seed Expand file tree Collapse file tree 2 files changed +27
-0
lines changed Original file line number Diff line number Diff line change 726
726
documentationUrl : https://docs.airbyte.com/integrations/sources/kyriba
727
727
sourceType : api
728
728
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
729
736
- name : Lemlist
730
737
sourceDefinitionId : 789f8e7a-2d28-11ec-8d3d-0242ac130003
731
738
dockerRepository : airbyte/source-lemlist
Original file line number Diff line number Diff line change 6659
6659
supportsNormalization: false
6660
6660
supportsDBT: false
6661
6661
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: []
6662
6682
- dockerImage: "airbyte/source-lemlist:0.1.0"
6663
6683
spec:
6664
6684
documentationUrl: "https://docsurl.com"
You can’t perform that action at this time.
0 commit comments