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

chore: reinstate OFFLOAD_SNAPSHOT to GOE metadata #60

Closed abb9979 closed 9 months ago

abb9979 commented 9 months ago

Pull request for OFFLOAD_SNAPSHOT column.

To test, need to reinstall GOE.

@uninstall_offload.sql      --NB say Y to remove GOE_REPO
@install_offload.sql

Remember to reset your GOE_% passwords!

The Python interface code is still mapping the new OFFLOAD_SNAPSHOT attribute to the existing metadata_dict['OFFLOAD_SCN'] key (one for your refactoring).