diff --git a/_data/meltano/extractors/tap-dbt/meltanolabs.yml b/_data/meltano/extractors/tap-dbt/meltanolabs.yml index d1b0df044..d8292106b 100644 --- a/_data/meltano/extractors/tap-dbt/meltanolabs.yml +++ b/_data/meltano/extractors/tap-dbt/meltanolabs.yml @@ -95,7 +95,7 @@ settings: kind: string label: User Agent name: user_agent - value: tap-dbt/0.12.3.post1 Singer tap for the dbt Cloud API. + value: tap-dbt/0.12.3.post1.dev4+61163da Singer tap for the dbt Cloud API. settings_group_validation: - - account_ids - api_key diff --git a/_data/meltano/extractors/tap-formbricks/emilklindt.yml b/_data/meltano/extractors/tap-formbricks/emilklindt.yml index 262036a5e..f45031f3e 100644 --- a/_data/meltano/extractors/tap-formbricks/emilklindt.yml +++ b/_data/meltano/extractors/tap-formbricks/emilklindt.yml @@ -1,11 +1,11 @@ capabilities: +- about +- batch - catalog -- state - discover -- about -- stream-maps - schema-flattening -- batch +- state +- stream-maps description: The Open Source Qualtrics Alternative domain_url: https://formbricks.com/ executable: tap-formbricks @@ -26,41 +26,6 @@ settings: 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 @@ -70,14 +35,49 @@ settings: 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: Prefix to use when writing batch files. +- 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: Batch Config Storage Prefix - name: batch_config.storage.prefix + 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: 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 settings_group_validation: - - api_key settings_preamble: ''