Dumb question: How do I configure `sslmode` for `d...
# troubleshooting
w
Dumb question: How do I configure
sslmode
for
dbt-postgres
? I tried:
meltano config dbt-postgres set sslmode ["require"]
and it doesn't seem to be working well. The error is:
Expecting value: line 1 column 1 (char 0)
e
Can you try
meltano config dbt-postgres set sslmode require
? (If that's it, the hub docs may be confusing by suggesting
meltano config dbt-postgres set sslmode [value]
cc @pat_nadolny,@taylor)
w
I had difficulty setting this in a container. The moment it was in my
meltano.yaml
file, I was good to go, though!