Skip to content

Commit

Permalink
Add tap-formbricks
Browse files Browse the repository at this point in the history
  • Loading branch information
edgarrmondragon committed Oct 7, 2024
1 parent 073deb5 commit fdc0c7f
Show file tree
Hide file tree
Showing 4 changed files with 166 additions and 0 deletions.
1 change: 1 addition & 0 deletions _data/default_variants.yml
Original file line number Diff line number Diff line change
Expand Up @@ -189,6 +189,7 @@ extractors:
tap-flipkart: meltanolabs
tap-followupboss: hotgluexyz
tap-forecast: uptilab2
tap-formbricks: emilklindt
tap-formstack: hotgluexyz
tap-fortnox: hotgluexyz
tap-freshbooks: hotgluexyz
Expand Down
4 changes: 4 additions & 0 deletions _data/maintainers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -362,6 +362,10 @@ eltonarodrigues:
label: Elton de Andrade Rodrigues
name: eltonarodrigues
url: https://github.com/eltonarodrigues
emilklindt:
label: emilklindt
name: emilklindt
url: https://github.com/emilklindt
emrom1008:
label: emrom1008
name: emrom1008
Expand Down
85 changes: 85 additions & 0 deletions _data/meltano/extractors/tap-formbricks/emilklindt.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,85 @@
capabilities:
- catalog
- state
- discover
- about
- stream-maps
- schema-flattening
- batch
description: The Open Source Qualtrics Alternative
domain_url: https://formbricks.com/
executable: tap-formbricks
keywords:
- meltano_sdk
label: Formbricks
logo_url: /assets/logos/extractors/formbricks.svg
maintenance_status: active
name: tap-formbricks
namespace: tap_formbricks
next_steps: ''
pip_url: git+https://github.com/emilklindt/tap-formbricks.git
quality: silver
repo: https://github.com/emilklindt/tap-formbricks
settings:
- description: The key to authenticate against the API service
kind: password
label: API Key
name: api_key
sensitive: true
- 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: User-defined config values to be used within map expressions.
kind: object
label: Stream Map Config
name: stream_map_config
- 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: '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: "'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: 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: 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: Root path to use when writing batch files.
kind: string
label: Batch Config Storage Root
name: batch_config.storage.root
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
name: batch_config.storage.prefix
settings_group_validation:
- - api_key
settings_preamble: ''
usage: ''
variant: emilklindt
76 changes: 76 additions & 0 deletions static/assets/logos/extractors/formbricks.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit fdc0c7f

Please sign in to comment.