markporoshin / dbt-greenplum

Adaptation postgres adapter for Greenplum
32 stars 20 forks source link

Incorrect poject name in profiles.yml #32

Open xlacekm opened 10 months ago

xlacekm commented 10 months ago

when you create project through dbt init:

default: outputs: dev: type: greenplum

Add sample credentials here, like:

  # host: <host>
  # port: <port_num>
  # username: <user>
  # password: <pass>

target: dev