From 1b1b9c451cd717eab9fb2c9b6ec6c2fa6e7be8fa Mon Sep 17 00:00:00 2001 From: MeltyBot <105875157+MeltyBot@users.noreply.github.com> Date: Mon, 20 Nov 2023 09:44:52 -0500 Subject: [PATCH] chore: [Hub Bot] Refresh metadata 2023-11-20 (#1597) Co-authored-by: pnadolny13 Co-authored-by: Pat Nadolny --- .../extractors/tap-dbt/meltanolabs.yml | 2 +- .../extractors/tap-launchdarkly/pulumi.yml | 4 +- .../meltano/extractors/tap-parquet/ae-nv.yml | 58 ++++++++++++++++--- 3 files changed, 54 insertions(+), 10 deletions(-) diff --git a/_data/meltano/extractors/tap-dbt/meltanolabs.yml b/_data/meltano/extractors/tap-dbt/meltanolabs.yml index 0e7f44f81..a71c399ce 100644 --- a/_data/meltano/extractors/tap-dbt/meltanolabs.yml +++ b/_data/meltano/extractors/tap-dbt/meltanolabs.yml @@ -84,7 +84,7 @@ settings: kind: string label: User Agent name: user_agent - value: tap-dbt/0.9.1.dev9+8cf34cc Singer tap for the dbt Cloud API. + value: tap-dbt/0.9.1.dev10+43e1914 Singer tap for the dbt Cloud API. settings_group_validation: - - account_ids - api_key diff --git a/_data/meltano/extractors/tap-launchdarkly/pulumi.yml b/_data/meltano/extractors/tap-launchdarkly/pulumi.yml index b5462bc5c..18ec491a5 100644 --- a/_data/meltano/extractors/tap-launchdarkly/pulumi.yml +++ b/_data/meltano/extractors/tap-launchdarkly/pulumi.yml @@ -24,10 +24,12 @@ settings: kind: password label: Auth Token name: auth_token -- description: Environment to get activation data for +- description: Which environment to get activation data for (Usually a production + environment) kind: string label: Environment name: environment + value: production - description: "'True' to enable schema flattening and automatically expand nested properties." kind: boolean diff --git a/_data/meltano/extractors/tap-parquet/ae-nv.yml b/_data/meltano/extractors/tap-parquet/ae-nv.yml index 7fd0c12d7..e6aff124c 100644 --- a/_data/meltano/extractors/tap-parquet/ae-nv.yml +++ b/_data/meltano/extractors/tap-parquet/ae-nv.yml @@ -1,11 +1,11 @@ capabilities: +- about +- batch - catalog -- state - discover -- about -- stream-maps - schema-flattening -- batch +- state +- stream-maps description: Columnar Storage Format domain_url: https://parquet.apache.org/ executable: tap-parquet @@ -22,16 +22,58 @@ pip_url: git+https://github.com/AE-nv/tap-parquet.git quality: silver repo: https://github.com/AE-nv/tap-parquet 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: The absolute path to a parquet source file. + kind: string + label: Filepath + name: filepath +- 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: Determines how much historical data will be extracted. Please be aware that the larger the time period and amount of data, the longer the initial extraction can be expected to take. kind: date_iso8601 label: Start Date name: start_date -- description: The absolute path to a parquet source file. - kind: string - label: Filepath - name: filepath +- 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: - - filepath variant: ae-nv