I need to insert data into my AWS Oracle RDS using AWS Glue job. I want to use cx_Oracle to perform the task. I have the zip file on my S3 bucket which can be used to fetch the cx_Oracle. While I tried to import cx_Oracle on AWS Glue job, I got the following error: Error Category: IMPORT_ERROR; ModuleNotFoundError: No module named ‘cx_Oracle’.
I have the oracle client zip file in the S3 bucket. I already provided the required S3 path in Python library path in the AWS Glue job details but still unable to import cx_Oracle.
gangadhar reddy is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.