-
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.
- Loading branch information
1 parent
073deb5
commit dbdc600
Showing
4 changed files
with
166 additions
and
0 deletions.
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
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,85 @@ | ||
name: tap-formbricks | ||
variant: emilklindt | ||
label: Formbricks | ||
logo_url: /assets/logos/extractors/formbricks.svg | ||
capabilities: | ||
- catalog | ||
- state | ||
- discover | ||
- about | ||
- stream-maps | ||
- schema-flattening | ||
- batch | ||
description: The Open Source Qualtrics Alternative | ||
domain_url: https://formbricks.com/ | ||
keywords: | ||
- meltano_sdk | ||
maintenance_status: active | ||
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: | ||
- name: api_key | ||
label: API Key | ||
description: The key to authenticate against the API service | ||
kind: password | ||
sensitive: true | ||
- name: stream_maps | ||
label: Stream Maps | ||
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 | ||
- name: stream_map_config | ||
label: Stream Map Config | ||
description: User-defined config values to be used within map expressions. | ||
kind: object | ||
- name: faker_config.seed | ||
label: Faker Config Seed | ||
description: 'Value to seed the Faker generator for deterministic output: https://faker.readthedocs.io/en/master/#seeding-the-generator' | ||
kind: string | ||
- name: faker_config.locale | ||
label: Faker Config Locale | ||
description: 'One or more LCID locale strings to produce localized output for: https://faker.readthedocs.io/en/master/#localization' | ||
kind: array | ||
- name: flattening_enabled | ||
label: Flattening Enabled | ||
description: "'True' to enable schema flattening and automatically expand nested | ||
properties." | ||
kind: boolean | ||
- name: flattening_max_depth | ||
label: Flattening Max Depth | ||
description: The max depth to flatten schemas. | ||
kind: integer | ||
- name: batch_config.encoding.format | ||
label: Batch Config Encoding Format | ||
description: Format to use for batch files. | ||
kind: options | ||
options: | ||
- label: Jsonl | ||
value: jsonl | ||
- label: Parquet | ||
value: parquet | ||
- name: batch_config.encoding.compression | ||
label: Batch Config Encoding Compression | ||
description: Compression format to use for batch files. | ||
kind: options | ||
options: | ||
- label: Gzip | ||
value: gzip | ||
- label: None | ||
value: none | ||
- name: batch_config.storage.root | ||
label: Batch Config Storage Root | ||
description: Root path to use when writing batch files. | ||
kind: string | ||
- name: batch_config.storage.prefix | ||
label: Batch Config Storage Prefix | ||
description: Prefix to use when writing batch files. | ||
kind: string | ||
settings_group_validation: | ||
- - api_key | ||
settings_preamble: '' | ||
usage: '' | ||
executable: tap-formbricks |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.