dagger icon indicating copy to clipboard operation
dagger copied to clipboard

Throw exception when none of the columns are mapped to output proto

Open prakharmathur82 opened this issue 4 years ago • 0 comments

In the case of Kafka sink, throw Exception when none of the output proto columns are selected.

Current behaviour: Empty messages get published to Kafka.

Expected behaviour: Dagger should throw an exception.

prakharmathur82 avatar Aug 13 '21 07:08 prakharmathur82