Karola_de_Groot
New Contributor III

I did however just found out there is parameterization possible.. dont know yet how to incorporate it into asset bundle deploy but at least i have a first step. 
You can use SELECT * FROM IDENTIFIER(:catalog || '.' || :schema || '.' || :table)
Or hardcode anything you dont need as variable like 

SELECT * FROM IDENTIFIER('company' || '.' || :schema || '.' || 'customers')
and then fill in the variable
Karola_de_Groot_1-1759482130635.png

So if anyone has the next answer on how to change this variable via asset bundle deploy so i get prod on prod and dev on dev. would be awesome.