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

Review support for Conductor tool #58

Open nj1973 opened 9 months ago

nj1973 commented 9 months ago

In goe/conductor/hybrid_view_service.py we support an API for an externally written tool called Conductor.

We should review whether this tool is still required.

If it is then the tool and goe/conductor/hybrid_view_service.py should be refactored to be keyed on frontend owner/table, hybrid view is no longer a supported attribute.

If it is no longer reqquied then we should remove the API and any related tests.

nj1973 commented 9 months ago

Assigning to @swnerd for review (and implementation if they want to take it on)