diff --git a/_data/meltano/extractors/tap-capsulecrm/matatika.yml b/_data/meltano/extractors/tap-capsulecrm/matatika.yml index 36f027d6e..3a4ca931f 100644 --- a/_data/meltano/extractors/tap-capsulecrm/matatika.yml +++ b/_data/meltano/extractors/tap-capsulecrm/matatika.yml @@ -1,5 +1,6 @@ capabilities: - about +- batch - catalog - discover - schema-flattening @@ -24,6 +25,32 @@ settings: kind: password label: Access Token name: access_token +- 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: 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: Your Capsule client ID. kind: password label: Client ID @@ -53,7 +80,8 @@ settings: kind: object label: Stream Map Config name: stream_map_config -- description: Config object for stream maps capability. +- 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 diff --git a/_data/meltano/extractors/tap-dbt/meltanolabs.yml b/_data/meltano/extractors/tap-dbt/meltanolabs.yml index f19df90e1..bbb9e4baa 100644 --- a/_data/meltano/extractors/tap-dbt/meltanolabs.yml +++ b/_data/meltano/extractors/tap-dbt/meltanolabs.yml @@ -86,7 +86,7 @@ settings: kind: string label: User Agent name: user_agent - value: tap-dbt/0.9.1.dev28+453ebe5 Singer tap for the dbt Cloud API. + value: tap-dbt/0.9.1.dev29+db97f1f Singer tap for the dbt Cloud API. settings_group_validation: - - account_ids - api_key diff --git a/_data/meltano/extractors/tap-google-sheets/matatika.yml b/_data/meltano/extractors/tap-google-sheets/matatika.yml index cd9730d66..1dc18c149 100644 --- a/_data/meltano/extractors/tap-google-sheets/matatika.yml +++ b/_data/meltano/extractors/tap-google-sheets/matatika.yml @@ -1,5 +1,6 @@ capabilities: - about +- batch - catalog - discover - schema-flattening @@ -20,6 +21,30 @@ pip_url: git+https://github.com/Matatika/tap-google-sheets.git quality: gold repo: https://github.com/Matatika/tap-google-sheets settings: +- 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: Format to use for batch files. + kind: options + label: Batch Config Encoding Format + name: batch_config.encoding.format + options: + - label: Jsonl + value: jsonl +- 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: Optionally sync data from a different sheet in your Google Sheet kind: string label: Child Sheet Name @@ -57,6 +82,10 @@ settings: kind: password label: Sheet ID name: sheet_id +- description: The list of configs for each sheet/stream. + kind: array + label: Sheets + name: sheets - description: User-defined config values to be used within map expressions. kind: object label: Stream Map Config diff --git a/_data/meltano/extractors/tap-meltano/matatika.yml b/_data/meltano/extractors/tap-meltano/matatika.yml index 698fe5e90..3254eb7d2 100644 --- a/_data/meltano/extractors/tap-meltano/matatika.yml +++ b/_data/meltano/extractors/tap-meltano/matatika.yml @@ -1,7 +1,9 @@ capabilities: - about +- batch - catalog - discover +- schema-flattening - state - stream-maps description: Meltano job information @@ -18,10 +20,52 @@ pip_url: git+https://github.com/Matatika/tap-meltano.git quality: gold repo: https://github.com/Matatika/tap-meltano settings: +- 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: Format to use for batch files. + kind: options + label: Batch Config Encoding Format + name: batch_config.encoding.format + options: + - label: Jsonl + value: jsonl +- 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: "'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: Meltano Database URI you want to get jobs from kind: string label: Meltano Database Uri name: meltano_database_uri +- 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: - - meltano_database_uri variant: matatika diff --git a/_data/meltano/extractors/tap-stackexchange/meltanolabs.yml b/_data/meltano/extractors/tap-stackexchange/meltanolabs.yml index 5045e3915..7fa7d6c33 100644 --- a/_data/meltano/extractors/tap-stackexchange/meltanolabs.yml +++ b/_data/meltano/extractors/tap-stackexchange/meltanolabs.yml @@ -91,8 +91,7 @@ settings: kind: array label: Tags name: tags - value: - - LimeSurvey + value: [] settings_group_validation: - - site - tags