sodadata / soda-core

:zap: Data quality testing for the modern data stack (SQL, Spark, and Pandas) https://www.soda.io
https://go.soda.io/core-docs
Apache License 2.0
1.9k stars 208 forks source link

Oracle: support advanced connection parameters #1990

Open m1n0 opened 9 months ago

m1n0 commented 9 months ago

Oracle data source currently support basic connection parameters only. (see here)

Add parsing connect_params attribute and pass all key/value pairs to the connect method, see docs here and here.

tools-soda commented 9 months ago

SAS-2721

vinod901 commented 8 months ago

I have made a pr that would solve this issue. Please do review it!