Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add tap-sproutsocial #1876

Merged
merged 1 commit into from
Oct 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions _data/default_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -490,6 +490,7 @@ extractors:
tap-spacex-api: airbyte
tap-spotify: matatika
tap-spreadsheets-anywhere: ets
tap-sproutsocial: ella6882
tap-square: hotgluexyz
tap-ssb-klass: storebrand
tap-stackexchange: meltanolabs
Expand Down
4 changes: 4 additions & 0 deletions _data/maintainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -358,6 +358,10 @@ elementary:
label: Elementary Data
name: elementary
url: https://github.com/elementary-data
ella6882:
label: ella6882
name: ella6882
url: https://github.com/Ella6882
eltonarodrigues:
label: Elton de Andrade Rodrigues
name: eltonarodrigues
Expand Down
104 changes: 104 additions & 0 deletions _data/meltano/extractors/tap-sproutsocial/ella6882.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,104 @@
capabilities:
- about
- batch
- catalog
- discover
- schema-flattening
- state
- stream-maps
description: A powerful solution for social media management
domain_url: https://sproutsocial.com/
executable: tap-sproutsocial
keywords:
- meltano_sdk
label: Sprout Social
logo_url: /assets/logos/extractors/sproutsocial.svg
maintenance_status: active
name: tap-sproutsocial
namespace: tap_sproutsocial
next_steps: ''
pip_url: git+https://github.com/Ella6882/Tap-SproutSocial.git
quality: silver
repo: https://github.com/Ella6882/Tap-SproutSocial
settings:
- description: Compression format to use for batch files.
kind: options
label: Batch Config Encoding Compression
name: batch_config.encoding.compression
options:
- label: Gzip
value: gzip
- label: None
value: none
- description: Format to use for batch files.
kind: options
label: Batch Config Encoding Format
name: batch_config.encoding.format
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
name: batch_config.storage.prefix
- description: Root path to use when writing batch files.
kind: string
label: Batch Config Storage Root
name: batch_config.storage.root
- description: Company Name
kind: string
label: Company Name
name: company_name
- description: Customer ID
kind: password
label: Customer ID
name: customer_id
sensitive: true
- description: 'One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization'
kind: array
label: Faker Config Locale
name: faker_config.locale
- description: 'Value to seed the Faker generator for deterministic output: https://faker.readthedocs.io/en/master/#seeding-the-generator'
kind: string
label: Faker Config Seed
name: faker_config.seed
- description: "'True' to enable schema flattening and automatically expand nested
properties."
kind: boolean
label: Flattening Enabled
name: flattening_enabled
- description: The max depth to flatten schemas.
kind: integer
label: Flattening Max Depth
name: flattening_max_depth
- description: The earliest record date to sync
kind: date_iso8601
label: Start Date
name: start_date
- 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
- description: The token to authenticate against the API service
kind: password
label: Token Name
name: token_name
sensitive: true
- description: Version ID
kind: string
label: Version
name: version
value: v1
settings_group_validation:
- - customer_id
- token_name
settings_preamble: ''
usage: ''
variant: ella6882
14 changes: 14 additions & 0 deletions static/assets/logos/extractors/sproutsocial.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.