Which among the StreamSets origin best suitable to write our own code and fetch data?
I am trying to fetch data from Postgresql ,my requirement is to fetch data through my codes.Can anyone suggest me is there any origin which i can use in StreamSets to write my code and fetch data? Not as processor but an origin!
Can you give a bit more detail on what you're trying to do and why the JDBC origins aren't working for you?
I am trying to fetch data from Postgresql database which is in odoo .JDBC origins worked when i tried to connect to postgresql db in local directly.But I am not able to fetch the data from postgresql db which is the db for odoo and that is on server.
So my requirement is if i can use my python codes in any of the StreamSets origin and fetch the data