Skip to content

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

Description

@jhorbulyk

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions