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 6, 2024
1 parent 073deb5 commit dbdc600
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 @@ -595,6 +595,7 @@ extractors:
tap-zohosprints: autoidm
tap-zoom: mashey
tap-zuora: transferwise
tap-formbricks: emilklindt
files:
files-airflow: meltano
files-datahub: z3z1ma
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
url: https://github.com/emilklindt
name: 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 @@
name: tap-formbricks
variant: emilklindt
label: Formbricks

Check failure on line 3 in _data/meltano/extractors/tap-formbricks/emilklindt.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

3:1 [key-ordering] wrong ordering of key "label" in mapping
logo_url: /assets/logos/extractors/formbricks.svg

Check failure on line 4 in _data/meltano/extractors/tap-formbricks/emilklindt.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

4:1 [key-ordering] wrong ordering of key "logo_url" in mapping
capabilities:

Check failure on line 5 in _data/meltano/extractors/tap-formbricks/emilklindt.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

5:1 [key-ordering] wrong ordering of key "capabilities" in mapping
- catalog
- state
- discover
- about
- stream-maps
- schema-flattening
- batch
description: The Open Source Qualtrics Alternative

Check failure on line 13 in _data/meltano/extractors/tap-formbricks/emilklindt.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

13:1 [key-ordering] wrong ordering of key "description" in mapping
domain_url: https://formbricks.com/

Check failure on line 14 in _data/meltano/extractors/tap-formbricks/emilklindt.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

14:1 [key-ordering] wrong ordering of key "domain_url" in mapping
keywords:

Check failure on line 15 in _data/meltano/extractors/tap-formbricks/emilklindt.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

15:1 [key-ordering] wrong ordering of key "keywords" in mapping
- meltano_sdk
maintenance_status: active

Check failure on line 17 in _data/meltano/extractors/tap-formbricks/emilklindt.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

17:1 [key-ordering] wrong ordering of key "maintenance_status" in mapping
namespace: tap_formbricks

Check failure on line 18 in _data/meltano/extractors/tap-formbricks/emilklindt.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

18:1 [key-ordering] wrong ordering of key "namespace" in mapping
next_steps: ''

Check failure on line 19 in _data/meltano/extractors/tap-formbricks/emilklindt.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

19:1 [key-ordering] wrong ordering of key "next_steps" in mapping
pip_url: git+https://github.com/emilklindt/tap-formbricks.git

Check failure on line 20 in _data/meltano/extractors/tap-formbricks/emilklindt.yml

View workflow job for this annotation

GitHub Actions / Lint YAML files

20:1 [key-ordering] wrong ordering of key "pip_url" in mapping
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
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 dbdc600

Please sign in to comment.