Hi, I'm trying out self hosting dagster on GCP via...
# ask-community
b
Hi, I'm trying out self hosting dagster on GCP via Compute Engine. I'm using DBT in dagster. In my profiles.yml there is a reference to the keyfile with the connection to Bigquery. How would I best access that file when I want to store that in the secrets manager on gcp?
dagster bot responded by community 1
Can I use this: https://docs.getdbt.com/reference/warehouse-setups/bigquery-setup#service-account-json And reference
keyfile_json
from an environment variable?