dataform-co/dataform

VSCode go to definition does not work when `namePrefix` is specified in `workflow_settings.yaml`

Closed this issue · 0 comments

Active editor does should switch to the file where the reference is defined as the code on this line tries to match action.target.name to linkedTable.name. Since action.target.name will have a namePrefix when it is defined in workflow_settings.yaml it will not be able to find the reference.