Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

Dataform cannot find upstream view if using workspaceName

When Schema Suffix is set to `${workspaceName}`, I start getting errors like the following:

```

Not found: Dataset <project-name>:<dataset-name>_feature_add_date_dim was not found in location US at [19:1].
```

I am using an intermediate view in this view, and it seems to only happen with this setting set. It seems like an oversight in the execution of Schema Suffixes. My code is as follows (project name is parameterized). This only seems to happen with views in the same repo!
```
...
LEFT JOIN ${ref(<project-name>, "<dataset-name>", "DateDim_uvw")} AS dd
...
```
0 2 146
2 REPLIES 2