I have a disconnected Python Caller which is suppose to do some data cleaning in target dataset before Reading data from source and writing them into Target
Can you please let me know how I can make a sequence here before reading the data from source to ran and do the job of Python Caller First?
I tried to connect/put the Python caller before Reader but as you know where is no way to add it before reader , out of the box
Thanks