This repository was archived by the owner on Feb 2, 2024. It is now read-only.
This repository was archived by the owner on Feb 2, 2024. It is now read-only.
Connect to Oracle error #24
Closed
Description
Hi,
Does this project support Oracle connection? Or how can I set the connection?
I set connections as below
connections = {'conn': 'oracle+cx_oracle://name:passwd@ip:port/dbname'}
When I run the project , got error "TypeError: Invalid argument(s) 'isolation_level' sent to create_engine(), using configuration OracleDialect_cx_oracle/NullPool/Engine. Please check that the keyword arguments are appropriate for this combination of components.
"
Seems the isolation_level is fixed to "AUTOCOMMIT" in create_connection(runners.py).
Thanks
Metadata
Metadata
Assignees
Labels
No labels