Hello! Does anyone have experience with deploying containerized code as cloud run in GCP. I could really use some help.
I have a pipeline from hubspot to BQ and I containerized it and put the image in Artifact registry. I am trying to implement cloud run. Would you know whether to use cloud run service or cloud run jobs?
Also how do you declare environment variables
My docker run command is:
docker run -v key.json:/key.json -e TAP_HUBSPOT_ACCESS_TOKEN='pat-******' meltano-hubspot-bigquery:dev run tap-hubspot target-bigquery