Skip to content

Input port in JDBCRun operator should be optional #116

@natashadsilva

Description

@natashadsilva

Sometimes you want to use the operator to simply run a statement, such as create statement where there are no parameters. However, the input port is required, so it means you have to create a Beacon to send in dummy data just to run the operator, just like in this example: https://github.com/IBMStreams/streamsx.jdbc/blob/develop/samples/JDBCSample/com.ibm.streamsx.jdbc.sample.jdbcrun/JDBCRunSample.spl#L63

Could we change the operator model so that the input ports are all optional? This would make the operator can be more user friendly.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions