Is this your first time submitting a feature request?
Describe the feature
If location in BigQuery profile is not specified, it is defaulted to US. However, in my keyfile there is a field location which is set to EU. I would like dbt to use that field if profile's location is unspecified.
Describe alternatives you've considered
The alternative is to extract location from keyfile and set it explicitly, which may not be convenient when switching profiles and keyfiles.
Who will this benefit?
The use case is when using several different profiles for BigQuery. Because my keyfile is in EU, I need to specify location in every profile. Now, if I change to a keyfile in US I need to update all profiles again.
This feature allows to use location from the keyfile itself avoiding profile updates.
Are you interested in contributing this feature?
Nope.