Hello đź‘‹. Hoping someone could help with running on GCP. I want to run a meltano docker container on Airflow (in Cloud Composer).
I’ve gotten tap-purecloud to target-bigquery working locally and it inserts records to BigQuery fine. However locally I’m using a service account json key file for BigQuery permission and it wouldn’t be good practice to have that in the container image. I’m thinking I could pass the content of that key file as an environment variable then write it to target-bigquery’s expected default location,
project/client_secrets.json
. That seems pretty inelegant though. I’m new to docker/containers so am wondering if there’s a better approach?