Skip to content

Commit

Permalink
chore: [Hub Bot] Refresh metadata 2023-11-20 (#1597)
Browse files Browse the repository at this point in the history
Co-authored-by: pnadolny13 <pnadolny13@users.noreply.github.com>
Co-authored-by: Pat Nadolny <patnadolny@gmail.com>
  • Loading branch information
3 people authored Nov 20, 2023
1 parent 05568c9 commit 1b1b9c4
Show file tree
Hide file tree
Showing 3 changed files with 54 additions and 10 deletions.
2 changes: 1 addition & 1 deletion _data/meltano/extractors/tap-dbt/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 3 additions & 1 deletion _data/meltano/extractors/tap-launchdarkly/pulumi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
58 changes: 50 additions & 8 deletions _data/meltano/extractors/tap-parquet/ae-nv.yml
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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

0 comments on commit 1b1b9c4

Please sign in to comment.