Skip to content

Commit

Permalink
chore: [Hub Bot] Refresh metadata 2023-08-30 (#1501)
Browse files Browse the repository at this point in the history
Co-authored-by: pnadolny13 <[email protected]>
  • Loading branch information
MeltyBot and pnadolny13 authored Aug 30, 2023
1 parent 620dd2f commit eb9746b
Show file tree
Hide file tree
Showing 8 changed files with 28 additions and 11 deletions.
2 changes: 1 addition & 1 deletion _data/meltano/extractors/tap-cloudwatch/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ settings:
kind: string
label: AWS Profile
name: aws_profile
- description: 'The AWS region name (e.g. us-east-1) '
- description: The AWS region name (e.g. us-east-1)
kind: string
label: AWS Region Name
name: aws_region_name
Expand Down
1 change: 1 addition & 0 deletions _data/meltano/extractors/tap-csv/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ settings:
kind: boolean
label: Add Metadata Columns
name: add_metadata_columns
value: false
- description: |
Project-relative path to JSON file holding array of objects as described under [Files](#files) - with `entity`, `path`, `keys`, and other optional keys:
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 @@ -84,7 +84,7 @@ settings:
kind: string
label: User Agent
name: user_agent
value: tap-dbt/0.8.2.dev6+b32efea Singer tap for the dbt Cloud API.
value: tap-dbt/0.8.2.dev19+5480afd Singer tap for the dbt Cloud API.
settings_group_validation:
- - account_ids
- api_key
Expand Down
6 changes: 3 additions & 3 deletions _data/meltano/extractors/tap-google-analytics/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -183,9 +183,9 @@ settings:
label: Reports
name: reports
placeholder: Ex. my_report_definition.json
- description: This property 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.
- description: This property 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
Expand Down
21 changes: 15 additions & 6 deletions _data/meltano/extractors/tap-postgres/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,12 @@ settings:
kind: string
label: Database
name: database
- description: If an array of schema names is provided, the tap will only process
the specified Postgres schemas and ignore others. If left blank, the tap automatically
determines ALL available Postgres schemas.
kind: array
label: Filter Schemas
name: filter_schemas
- description: "'True' to enable schema flattening and automatically expand nested
properties."
kind: boolean
Expand Down Expand Up @@ -78,29 +84,30 @@ settings:
kind: string
label: Sqlalchemy URL
name: sqlalchemy_url
- description: Enable an ssh tunnel (also known as bastion host), see the other ssh_tunnel.*
properties for more details
- description: Enable an ssh tunnel (also known as bastion server), see the other
ssh_tunnel.* properties for more details
kind: boolean
label: SSH Tunnel Enable
name: ssh_tunnel.enable
- description: Host of the bastion host, this is the host we'll connect to via ssh
value: false
- description: Host of the bastion server, this is the host we'll connect to via ssh
kind: string
label: SSH Tunnel Host
name: ssh_tunnel.host
- description: Port to connect to bastion host
- description: Port to connect to bastion server
kind: integer
label: SSH Tunnel Port
name: ssh_tunnel.port
value: 22
- description: Private Key for authentication to the bastion host
- description: Private Key for authentication to the bastion server
kind: password
label: SSH Tunnel Private Key
name: ssh_tunnel.private_key
- description: Private Key Password, leave None if no password is set
kind: password
label: SSH Tunnel Private Key Password
name: ssh_tunnel.private_key_password
- description: Username to connect to bastion host
- description: Username to connect to bastion server
kind: string
label: SSH Tunnel Username
name: ssh_tunnel.username
Expand All @@ -125,6 +132,7 @@ settings:
kind: boolean
label: SSL Client Certificate Enable
name: ssl_client_certificate_enable
value: false
- description: The private key for the certificate you provided. Can be provided either
as the certificate itself (in .env) or as a filepath to the certificate. Note
if sqlalchemy_url is set this will be ignored.
Expand All @@ -139,6 +147,7 @@ settings:
kind: boolean
label: SSL Enable
name: ssl_enable
value: false
- description: SSL Protection method, see [postgres
documentation](https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-PROTECTION)
for more information. Must be one of disable, allow, prefer, require, verify-ca,
Expand Down
2 changes: 2 additions & 0 deletions _data/meltano/extractors/tap-slack/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,7 @@ settings:
kind: boolean
label: Auto Join Channels
name: auto_join_channels
value: false
- description: Compression format to use for batch files.
kind: options
label: Batch Config Encoding Compression
Expand Down Expand Up @@ -121,6 +122,7 @@ settings:
kind: boolean
label: Include Admin Streams
name: include_admin_streams
value: false
- description: A list of channel IDs that should be retrieved. If not defined then
all are selected.
kind: array
Expand Down
1 change: 1 addition & 0 deletions _data/meltano/extractors/tap-stackexchange/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,7 @@ settings:
kind: array
label: Tags
name: tags
value: []
settings_group_validation:
- - site
- tags
Expand Down
4 changes: 4 additions & 0 deletions _data/meltano/loaders/target-postgres/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ settings:
kind: boolean
label: Hard Delete
name: hard_delete
value: false
- description: Hostname for postgres instance. Note if sqlalchemy_url is set this
will be ignored.
kind: string
Expand Down Expand Up @@ -84,6 +85,7 @@ settings:
kind: boolean
label: SSH Tunnel Enable
name: ssh_tunnel.enable
value: false
- description: Host of the bastion host, this is the host we'll connect to via ssh
kind: string
label: SSH Tunnel Host
Expand Down Expand Up @@ -126,6 +128,7 @@ settings:
kind: boolean
label: SSL Client Certificate Enable
name: ssl_client_certificate_enable
value: false
- description: The private key for the certificate you provided. Can be provided either
as the certificate itself (in .env) or as a filepath to the certificate. Note
if sqlalchemy_url is set this will be ignored.
Expand All @@ -140,6 +143,7 @@ settings:
kind: boolean
label: SSL Enable
name: ssl_enable
value: false
- description: SSL Protection method, see [postgres
documentation](https://www.postgresql.org/docs/current/libpq-ssl.html#LIBPQ-SSL-PROTECTION)
for more information. Must be one of disable, allow, prefer, require, verify-ca,
Expand Down

0 comments on commit eb9746b

Please sign in to comment.