gluent / goe

GOE: a simple and flexible way to copy data from an Oracle Database to Google BigQuery.
Apache License 2.0
8 stars 2 forks source link

Refactor connect to be in gluentlib #22

Closed nj1973 closed 1 year ago

nj1973 commented 1 year ago

At the moment scripts/connect.py contains all of the connect code.

We should break this up into a few .py files and locate them in gluentlib/connect.

nj1973 commented 1 year ago

I'm using this issue as a prototype to prove that issues [1] and [2] are complete.