Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore: [Hub Bot] Refresh metadata 2024-01-08 #1632

Merged
merged 2 commits into from
Jan 8, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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.dev26+e377024 Singer tap for the dbt Cloud API.
value: tap-dbt/0.9.1.dev27+4ac6b64 Singer tap for the dbt Cloud API.
settings_group_validation:
- - account_ids
- api_key
Expand Down
10 changes: 6 additions & 4 deletions _data/meltano/extractors/tap-hibob/potloc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ settings:
label: Backoff Max Tries
name: backoff_max_tries
value: 5
- description: ''
- description: Compression format to use for batch files.
kind: options
label: Batch Config Encoding Compression
name: batch_config.encoding.compression
Expand All @@ -46,18 +46,20 @@ settings:
value: gzip
- label: None
value: none
- description: ''
- 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: ''
- 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: ''
- description: Root path to use when writing batch files.
kind: string
label: Batch Config Storage Root
name: batch_config.storage.root
Expand Down
15 changes: 15 additions & 0 deletions _data/meltano/extractors/tap-salesloft/markestey.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ settings:
options:
- label: Jsonl
value: jsonl
- label: Parquet
value: parquet
- description: Prefix to use when writing batch files.
kind: string
label: Batch Config Storage Prefix
Expand Down Expand Up @@ -89,6 +91,19 @@ settings:
kind: object
label: Stream Maps Config
name: stream_maps_config
- description: "The level of type conformance to apply to streams (see: https://sdk.meltano.com/en/latest/classes/singer_sdk.Stream.html#singer_sdk.Stream.TYPE_CONFORMANCE_LEVEL).
Defaults to 'root_only'. Must be one of: 'none', 'root_only', 'recursive'"
kind: options
label: Stream Type Conformance
name: stream_type_conformance
options:
- label: None
value: none
- label: Root Only
value: root_only
- label: Recursive
value: recursive
value: root_only
- description: The user-agent string provided on outgoing requests
kind: string
label: User Agent
Expand Down
2 changes: 1 addition & 1 deletion _data/meltano/extractors/tap-totango/edsoncezar16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ settings:
be defined using the count parameter (and limited to 1000). Tip: To page through
results, ask for 1000 records (count: 1000). If you receive 1000 records, assume
there’s more, in which case you want to pull the next 1000 records (offset: 1000…then
2000…etc.). Repeat paging until the number of records returned is less than 1000.'
2000…etc. ). Repeat paging until the number of records returned is less than 1000.'
kind: integer
label: Accounts Offset
name: accounts_offset
Expand Down
23 changes: 23 additions & 0 deletions _data/meltano/loaders/target-elasticsearch/dtmirizzi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ pip_url: target-elasticsearch
quality: silver
repo: https://github.com/dtmirizzi/target-elasticsearch
settings:
- description: Add metadata to records.
kind: boolean
label: Add Record Metadata
name: add_record_metadata
- description: Api key for auth key authorization
kind: password
label: API Key
Expand All @@ -29,6 +33,10 @@ settings:
kind: password
label: Bearer Token
name: bearer_token
- description: Encoded api key for auth key authorization
kind: password
label: Encoded API Key
name: encoded_api_key
- description: "'True' to enable schema flattening and automatically expand nested
properties."
kind: boolean
Expand Down Expand Up @@ -75,6 +83,21 @@ settings:
kind: object
label: Index Schema Fields
name: index_schema_fields
- description: The method to use when loading data into the destination. `append-only`
will always write all input records whether that records already exists or not.
`upsert` will update existing records and insert new records. `overwrite` will
delete all existing records and insert all input records.
kind: options
label: Load Method
name: load_method
options:
- label: Append Only
value: append-only
- label: Upsert
value: upsert
- label: Overwrite
value: overwrite
value: append-only
- description: |
Metadata Fields can be used to pull out specific fields via jsonpath to be
used on for [ecs metadata patters](https://www.elastic.co/guide/en/elasticsearch/reference/current/mapping-fields.html)
Expand Down