how to use sql_select or sql_raw #2558
Answered
by
mihaitodor
NewSun1999
asked this question in
Q&A
-
error log
Remark: I wrote my own plugins gen_time add other info ( ${! json("query") } ) sql_raw(query) or sql_select (table) How to use it as a parameter |
Beta Was this translation helpful? Give feedback.
Answered by
mihaitodor
May 1, 2024
Replies: 1 comment
-
Hey @NewSun1999 👋 I think the issue is that you haven't set PS: Converting to a discussion as per #2026. |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
NewSun1999
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hey @NewSun1999 👋 I think the issue is that you haven't set
unsafe_dynamic_query: true
under thesql_raw
processor. See the docs here.PS: Converting to a discussion as per #2026.