You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Hello,
I don't know if this question is answered yet, so I ask it.
I have a sources.yml file with this config :
`version: 2
sources:
meta:
external_location: "s3:/my_buckt/{name}/my_file.csv"
tables:
config:
external_location: postgres_scan('host=my_host user=my_user port=5432 dbname=ods password=123{.', 'public', 'my_source')
But I have an error when running the project:
The " { " character is a part of the password. How tries to pass it as an env var, I have the same issue.
How to deal with this to pass it in my yml file ?
Beta Was this translation helpful? Give feedback.
All reactions