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
Execution failed on sql '
select * from {os.getenv('MY_TABLE')}
order by id;
': syntax error at or near "{"
LINE 2: select * from {os.getenv('MY_TABLE')}
^
When I'm using Postgres connector as input, the connection env variables are working.
How to use env variables in SQL query?
i.e
Btw. thanks for the tool, it's really great. I created a short Dockerfile to use it as container, can be found here:
README.md
The text was updated successfully, but these errors were encountered: