Hi,
I'm new to Dataform, but have previously used dbt
I tried using Compilation variables (set to EU/US) and then try to add that in workflow_settings.yaml like
... other workflow_settings
defaultLocation: "${variables.region}"
but I get an error
Location ${variables.region} does not support this operation.
How do I set that up in Dataform?
my goal is to have 1 repo managed data transformation across the regions, and have GCP data transfer moving the data between region for my needs