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

Extra GCP project controls are required #63

Closed nj1973 closed 8 months ago

nj1973 commented 8 months ago

Here's a known customer configuration:

Currently GOE cannot cope with that, all components need to be in the same project.

We should add the following environment variables:

If the variables are blank then we fall back on existing behaviour which is to use the default project in the BigQuery Python client, which is probably that of the Gluent node/service account.