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

Decide what --force option should do #53

Open nj1973 opened 9 months ago

nj1973 commented 9 months ago

The --force option used to make an offload regenerate hybrid objects even if there was nothing to offload, without it Offload would exit early.

We need to decide what to do now there is no hybrid schema.

I think it should force a metadata update if one doesn't already happen. So we need to check that and act accordingly.

nj1973 commented 9 months ago

There a test commented out in test_offload_pbo.py. Once this issue has been actioned we should either uncomment or delete the test.