Skip to content

Commit

Permalink
Refresh plugin metadata 2024-10-21
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 authored Oct 21, 2024
1 parent 85e6410 commit 0146c4b
Show file tree
Hide file tree
Showing 7 changed files with 36 additions and 11 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 @@ -95,7 +95,7 @@ settings:
kind: string
label: User Agent
name: user_agent
value: tap-dbt/0.12.3.post1 Singer tap for the dbt Cloud API.
value: tap-dbt/0.12.3.post1.dev8+a4e0b7b Singer tap for the dbt Cloud API.
settings_group_validation:
- - account_ids
- api_key
Expand Down
15 changes: 15 additions & 0 deletions _data/meltano/extractors/tap-github/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,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 @@ -117,6 +119,19 @@ settings:
kind: object
label: Stream Maps
name: stream_maps
- description: Configures which states are of interest. Must be one of [open, closed,
all], defaults to open.
kind: options
label: Stream Options Milestones State
name: stream_options.milestones.state
options:
- label: Open
value: open
- label: Closed
value: closed
- label: All
value: all
value: open
- description: ''
kind: string
label: User Agent
Expand Down
15 changes: 15 additions & 0 deletions _data/meltano/extractors/tap-linkedin-ads/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,21 @@ settings:
kind: integer
label: Flattening Max Depth
name: flattening_max_depth
- description: LinkedIn Ads Client ID
kind: password
label: OAuth Credentials Client ID
name: oauth_credentials.client_id
sensitive: true
- description: LinkedIn Ads Client Secret
kind: password
label: OAuth Credentials Client Secret
name: oauth_credentials.client_secret
sensitive: true
- description: LinkedIn Ads Refresh Token
kind: password
label: OAuth Credentials Refresh Token
name: oauth_credentials.refresh_token
sensitive: true
- description: LinkedInAds Owner ID
kind: string
label: Owner
Expand Down
2 changes: 1 addition & 1 deletion _data/meltano/extractors/tap-mailchimp/acarter24.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ settings:
sensitive: true
- description: Your Mailchimp DC
kind: string
label: Data Center
label: Dc
name: dc
- description: "'True' to enable schema flattening and automatically expand nested
properties."
Expand Down
4 changes: 2 additions & 2 deletions _data/meltano/extractors/tap-totango/edsoncezar16.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,9 +76,9 @@ settings:
label: API URL
name: api_url
options:
- label: US Endpoint
- label: Https://API Totango Com
value: https://api.totango.com
- label: EU Endpoint
- label: 'Https://API Eu1 Totango Com '
value: 'https://api-eu1.totango.com '
value: https://api.totango.com
- description: The token to authenticate against the API service
Expand Down
2 changes: 1 addition & 1 deletion _data/meltano/loaders/target-redshift/ticketswap.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ settings:
sensitive: true
- description: Database name. Note if sqlalchemy_url is set this will be ignored.
kind: string
label: Database name
label: Databasename
name: dbname
- description: 'Redshift schema to send data to, example: tap-clickup'
kind: string
Expand Down
7 changes: 1 addition & 6 deletions _data/meltano/loaders/target-snowflake/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,12 +93,7 @@ settings:
label: Private Key Passphrase
name: private_key_passphrase
sensitive: true
- description: Private key contents. For KeyPair authentication either `private_key` or `private_key_path` must be provided.
kind: password
label: Private Key
name: private_key
sensitive: true
- description: Path to file containing private key. For KeyPair authentication either `private_key` or `private_key_path` must be provided.
- description: Path to file containing private key.
kind: password
label: Private Key Path
name: private_key_path
Expand Down

0 comments on commit 0146c4b

Please sign in to comment.