Description
Currently, source operation in DSL will be translated to SourceTask allowing for a passed-in operation processing input data while DataSourceTask is default container running DataSource API without any processing. SinkTask and DataSinkTask are almost identical. We can improve the latter to account for both cases such that we don't keep two sets of implementations.
Attachments
Issue Links
- links to