Skip to content

Commit

Permalink
chore: [Hub Bot] Refresh metadata 2024-01-22 (#1648)
Browse files Browse the repository at this point in the history
Co-authored-by: pnadolny13 <[email protected]>
Co-authored-by: Pat Nadolny <[email protected]>
  • Loading branch information
3 people authored Jan 23, 2024
1 parent 750856d commit 0ca2667
Show file tree
Hide file tree
Showing 5 changed files with 104 additions and 4 deletions.
30 changes: 29 additions & 1 deletion _data/meltano/extractors/tap-capsulecrm/matatika.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
capabilities:
- about
- batch
- catalog
- discover
- schema-flattening
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
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 @@ -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
Expand Down
29 changes: 29 additions & 0 deletions _data/meltano/extractors/tap-google-sheets/matatika.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
capabilities:
- about
- batch
- catalog
- discover
- schema-flattening
Expand All @@ -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
Expand Down Expand Up @@ -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
Expand Down
44 changes: 44 additions & 0 deletions _data/meltano/extractors/tap-meltano/matatika.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,9 @@
capabilities:
- about
- batch
- catalog
- discover
- schema-flattening
- state
- stream-maps
description: Meltano job information
Expand All @@ -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
3 changes: 1 addition & 2 deletions _data/meltano/extractors/tap-stackexchange/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,8 +91,7 @@ settings:
kind: array
label: Tags
name: tags
value:
- LimeSurvey
value: []
settings_group_validation:
- - site
- tags
Expand Down

0 comments on commit 0ca2667

Please sign in to comment.