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

feat: Add support log file on GCS #199

Closed nj1973 closed 3 weeks ago

nj1973 commented 3 weeks ago

This PR will add support for log files to be written to Google Cloud Storage via the existing environment variable OFFLOAD_LOGDIR. Initially we only support GCS, support for other cloud vendors can be added in the future if required.

For the time being our tests do not support a GCS based OFFLOAD_LOGDIR, I've raised issue https://github.com/gluent/goe/issues/198 for this work.