I have the following pipeline:
If I execute the python code using a Jupyter notebook view, I'm getting the following error in the final step that I write the results back to the Oracle DB:
Exception: An error occurred during dataset write (vJtTAiJlje): SQLSyntaxErrorException: ORA-01031: insufficient privileges
On the other hand If I save it back to recipe and execute it as a Python Recipe, everything works as expected.