bitpicky / dbt-sugar

dbt-sugar is a CLI tool that allows users of dbt to have fun and ease performing actions around dbt models
https://bitpicky.gitbook.io/dbt-sugar/
Apache License 2.0
150 stars 20 forks source link

Use psycopg binary instead of full blown package? #337

Open bastienboutonnet opened 3 years ago

bastienboutonnet commented 3 years ago

@mhindery asks whether we could use the binary instead as a lot of other common data engineering projects defer to it now and this forces users to use yet another package.

We will have to test it but I think it should be fine.

Initial discussion happened here: https://github.com/bitpicky/dbt-sugar/pull/20#issuecomment-913517053

mhindery commented 3 years ago

I have opened a PR for this!