Other Feature Request
Description
Currently, the Select query action works only with a hard coded SQL query. Ideally, incoming data should be usable in the select query.
Definition of Done
Typically we solve this by:
- Allowing some way to define parameters in the SQL select query (in the config)
- Build an input in the in metadata per defined paramer in the query.
- Execute a parameterized SQL statement.
Other Feature Request
Description
Currently, the Select query action works only with a hard coded SQL query. Ideally, incoming data should be usable in the select query.
Definition of Done
Typically we solve this by: