markporoshin/dbt-greenplum

Incorrect poject name in profiles.yml

Opened this issue · 0 comments

when you create project through dbt init:

  • the project name in profiles.yml set to default instead of the correct name
  • sample credentials have wrong example (e.g username instead of user)

default:
outputs:
dev:
type: greenplum
# Add sample credentials here, like:
# host:
# port: <port_num>
# username:
# password:
target: dev