I want to use two data sets in different branches
E.g.:
SELECT *
FROM `ri.foundry.main.dataset.XXXXXXXX-f4e7-4026-a9f7-TOPOLOGY` topology,
`ri.foundry.main.dataset.YYYYYYYY-416e-433a-9e5b-DATA` data --@master
where
topology.id = data.id
topology is on branch "fpe/topology” and data on “master”
I get the following error message:
Could not access dataset ri.foundry.main.dataset.YYYYYYYY-416e-433a-9e5b-DATA
on any of the branches [fpe/topology]
From “master”:
Could not access dataset ri.foundry.main.dataset.XXXXXXXX-f4e7-4026-a9f7-TOPOLOGY
on any of the branches [master]
How do I specify a branch name for a dataset the “SQL Preview” window?
Something like:
SELECT *
FROM `ri.foundry.main.dataset.YYYYYYYY-416e-433a-9e5b-DATA`@BRANCH_NAME
Thanks
Frank