I have a use case where dataform codebase repository is hosted in EU region. Under this there are several workspaces. Within these workspaces, I need to work with the dataset which is EU region as well as in eu-west1 region. In the dataform.json has defaultLocation = EU. I have separate .sqlx files which work on data in these separate regions. The issue I am getting is I am not able to access the data from EU given the defaultLocation property overrides it.
Question is there any way in which we could work with multi location datasets by overriding the defaultLocation property in dataform.json