Skip to content

Commit

Permalink
feat: Add GtheSheep variant tap-contentful (#1446)
Browse files Browse the repository at this point in the history
Co-authored-by: Pat Nadolny <patnadolny@gmail.com>
  • Loading branch information
GtheSheep and pnadolny13 authored Jul 24, 2023
1 parent 042107e commit 65ce1ae
Show file tree
Hide file tree
Showing 2 changed files with 46 additions and 1 deletion.
2 changes: 1 addition & 1 deletion _data/default_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ extractors:
tap-commercetools: airbyte
tap-configcat: airbyte
tap-confluence: edgarrmondragon
tap-contentful: dmzobel
tap-contentful: gthesheep
tap-convertkit: airbyte
tap-convex: airbyte
tap-coosto: yoast
Expand Down
45 changes: 45 additions & 0 deletions _data/meltano/extractors/tap-contentful/gthesheep.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,45 @@
capabilities:
- about
- batch
- catalog
- discover
- state
- stream-maps
description: Content Management Platform
domain_url: https://www.contentful.com/
executable: tap-contentful
keywords:
- meltano_sdk
label: Contentful
logo_url: /assets/logos/extractors/contentful.png
maintenance_status: active
name: tap-contentful
namespace: tap_contentful
next_steps: ''
pip_url: git+https://github.com/GtheSheep/tap-contentful.git
quality: silver
repo: https://github.com/GtheSheep/tap-contentful
settings:
- description: Token to authenticate against the API service
kind: password
label: Authentication Token
name: auth_token
- description: Space identifier to pull content from
kind: string
label: Space ID
name: space_id
- description: User-defined config values to be used within map expressions.
kind: object
label: Stream Map Config
name: stream_map_config
- description: Config object for stream maps capability. For more information check
out [Stream Maps](https://sdk.meltano.com/en/latest/stream_maps.html).
kind: object
label: Stream Maps
name: stream_maps
settings_group_validation:
- - access_token
- space_id
settings_preamble: ''
usage: ''
variant: gthesheep

0 comments on commit 65ce1ae

Please sign in to comment.