I am using Transformer pipeline to connect to JDBC origin.I need to fetch the tablename attribute which I have added in the parameters for the pipeline.
The tablename to be compared to a value in stream selector so that it matches and then saves the table in hive.
I am not able to fetch the table name which I have passed in parameters.
Please help with retrieving the tablename by using spark or in stream selector how can I use the attribute for table ,when the origin is Oracle JDBC .