Could variables used in sql files be evaluated ? #224
-
Hi, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 3 replies
-
Please share your configurations + debug level logs. |
Beta Was this translation helpful? Give feedback.
-
Here is my little test : variable_evaluation_in_sql_files.zip Thank you ! |
Beta Was this translation helpful? Give feedback.
-
Thanks. I was able to reproduce what you're experiencing. Pushed this commit to fix it! |
Beta Was this translation helpful? Give feedback.
Thanks. I was able to reproduce what you're experiencing.
It's because the env vars were not being passed to the custom SQL from
file:///data/test.sql
.Not sure if you noticed in your
debug.log
, it is working for streamstreams.dummy.1
, but not for streamfile:///data/test.sql
.Pushed this commit to fix it!
Works now. Will release 1.1.14 soon.