diff --git a/_data/default_variants.yml b/_data/default_variants.yml index 9ab51834a..90a9a84be 100644 --- a/_data/default_variants.yml +++ b/_data/default_variants.yml @@ -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 diff --git a/_data/maintainers.yml b/_data/maintainers.yml index 2cc580997..1672ae340 100644 --- a/_data/maintainers.yml +++ b/_data/maintainers.yml @@ -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 diff --git a/_data/meltano/extractors/tap-formbricks/emilklindt.yml b/_data/meltano/extractors/tap-formbricks/emilklindt.yml new file mode 100644 index 000000000..262036a5e --- /dev/null +++ b/_data/meltano/extractors/tap-formbricks/emilklindt.yml @@ -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 diff --git a/static/assets/logos/extractors/formbricks.svg b/static/assets/logos/extractors/formbricks.svg new file mode 100644 index 000000000..2a6a5fcc9 --- /dev/null +++ b/static/assets/logos/extractors/formbricks.svg @@ -0,0 +1,76 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file