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

Convert offload.env file to a config file #189

Closed nj1973 closed 2 weeks ago

nj1973 commented 1 month ago

As we move towards supporting Offload commands in cloud architectures we need to decouple the offload.env file location from OFFLOAD_HOME and remove the reliance on bash.

Tasks to be completed for this issue are:

  1. Convert offload.env to a simpler configuration file (not bash)
  2. Update any scripts that currently source the file to not include that action
  3. Update any documentation/examples that currently source the file to not include that action

Once this is complete we should create a new issue to support placing the config file in GCS and have Offload support an option (--config-file?) to accept a custom location, outside of OFFLOAD_HOME.