dbt-labs / dbt-redshift

dbt-redshift contains all of the code enabling dbt to work with Amazon Redshift

Home Page:https://getdbt.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Bug] `dbt debug` duplication of profiles field in output: sslmode, region

Fleid opened this issue · comments

When I run dbt debug on a Redshift profile in 1.6.7 I get:

23:15:36  Connection:
23:15:36    host: ....redshift.amazonaws.com
23:15:36    user: ...
23:15:36    port: 5439
23:15:36    database: ci
23:15:36    method: database
23:15:36    cluster_id: None
23:15:36    iam_profile: None
23:15:36    schema: ...
23:15:36    sslmode: prefer
23:15:36    region: None
23:15:36    sslmode: prefer
23:15:36    region: None
23:15:36    iam_profile: None
23:15:36    autocreate: False
23:15:36    db_groups: []
23:15:36    ra3_node: False
23:15:36    connect_timeout: None
23:15:36    role: None
23:15:36    retries: 1
23:15:36    autocommit: True
23:15:36  Registered adapter: redshift=1.6.7
23:15:37    Connection test: [OK connection ok]

With sslmode and region both duplicated. It does not bring joy, but it doesn' break anything.