-
Notifications
You must be signed in to change notification settings - Fork 69
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Add GtheSheep variant tap-contentful (#1446)
Co-authored-by: Pat Nadolny <patnadolny@gmail.com>
- Loading branch information
1 parent
042107e
commit 65ce1ae
Showing
2 changed files
with
46 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |