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: Remove unused cloud sync related files #115

Closed nj1973 closed 5 months ago

abb9979 commented 5 months ago

Some references to the Cloud Sync remote_offload.conf file:

nj1973 commented 5 months ago

Some references to the Cloud Sync remote_offload.conf file:

  • goe/src/goe/util/misc_functions.py: check_remote_offload_env() function
  • goe/templates/conf/offload.env.template.common: export REMOTE_OFFLOAD_CONF=...

I've removed these, thanks for the reminder. I also removed a few other functions that were no longer used.

All unit and integration tests pass.