Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Allow data from incoming message to be used in select query #78

Open
jhorbulyk opened this issue Oct 1, 2021 · 0 comments
Open

Allow data from incoming message to be used in select query #78

jhorbulyk opened this issue Oct 1, 2021 · 0 comments
Labels
enhancement New feature or request

Comments

@jhorbulyk
Copy link
Contributor

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.
@jhorbulyk jhorbulyk added the enhancement New feature or request label Oct 1, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant