Skip to content

Commit

Permalink
Merge branch 'main' into main
Browse files Browse the repository at this point in the history
  • Loading branch information
pnadolny13 authored Jul 24, 2023
2 parents 2a2fe11 + e6bc572 commit e32e975
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 14 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.8.2.dev2+1e95368 Singer tap for the dbt Cloud API.
value: tap-dbt/0.8.2.dev6+b32efea Singer tap for the dbt Cloud API.
settings_group_validation:
- - account_ids
- api_key
Expand Down
12 changes: 6 additions & 6 deletions _data/meltano/extractors/tap-postgres/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,28 +81,28 @@ settings:
- description: Enable an ssh tunnel (also known as bastion host), see the other ssh_tunnel.*
properties for more details
kind: boolean
label: Ssh Tunnel Enable
label: SSH Tunnel Enable
name: ssh_tunnel.enable
- description: Host of the bastion host, this is the host we'll connect to via ssh
kind: string
label: Ssh Tunnel Host
label: SSH Tunnel Host
name: ssh_tunnel.host
- description: Port to connect to bastion host
kind: integer
label: Ssh Tunnel Port
label: SSH Tunnel Port
name: ssh_tunnel.port
value: 22
- description: Private Key for authentication to the bastion host
kind: password
label: Ssh Tunnel Private Key
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
label: SSH Tunnel Private Key Password
name: ssh_tunnel.private_key_password
- description: Username to connect to bastion host
kind: string
label: Ssh Tunnel Username
label: SSH Tunnel Username
name: ssh_tunnel.username
- description: The certificate authority that should be used to verify the server's
identity. Can be provided either as the certificate itself (in .env) or as a filepath
Expand Down
14 changes: 7 additions & 7 deletions _data/meltano/loaders/target-postgres/meltanolabs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -109,51 +109,51 @@ settings:
identity. 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.
kind: string
label: Ssl Certificate Authority
label: SSL Certificate Authority
name: ssl_certificate_authority
value: ~/.postgresql/root.crl
- description: The certificate that should be used to verify your identity to the
server. 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.
kind: string
label: Ssl Client Certificate
label: SSL Client Certificate
name: ssl_client_certificate
value: ~/.postgresql/postgresql.crt
- description: Whether or not to provide client-side certificates as a method of authentication
to the server. Use ssl_client_certificate and ssl_client_private_key for further
customization. To use SSL to verify the server's identity, use ssl_enable instead.
Note if sqlalchemy_url is set this will be ignored.
kind: boolean
label: Ssl Client Certificate Enable
label: SSL Client Certificate Enable
name: ssl_client_certificate_enable
- 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.
kind: password
label: Ssl Client Private Key
label: SSL Client Private Key
name: ssl_client_private_key
value: ~/.postgresql/postgresql.key
- description: Whether or not to use ssl to verify the server's identity. Use ssl_certificate_authority
and ssl_mode for further customization. To use a client certificate to authenticate
yourself to the server, use ssl_client_certificate_enable instead. Note if sqlalchemy_url
is set this will be ignored.
kind: boolean
label: Ssl Enable
label: SSL Enable
name: ssl_enable
- 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,
or verify-full. Note if sqlalchemy_url is set this will be ignored.
kind: string
label: Ssl Mode
label: SSL Mode
name: ssl_mode
value: verify-full
- description: The folder in which to store SSL certificates provided as raw values.
When a certificate/key is provided as a raw value instead of as a filepath, it
must be written to a file before it can be used. This configuration option determines
where that file is created.
kind: string
label: Ssl Storage Directory
label: SSL Storage Directory
name: ssl_storage_directory
value: .secrets
- description: User-defined config values to be used within map expressions.
Expand Down

0 comments on commit e32e975

Please sign in to comment.