Forum Discussion
GeekAlfPro
9 months agoHelper V
CI/CD dataflow issue
Hello, In Fabric, i have 2 workspaces (tests and prod) i have azure devops repos (tests and prod) i use the pipeline deployment to switch between both. i have a datapipeline that calls 4 dataf...
GeekAlfPro
8 months agoHelper V
Hello v-sshirivolu
i was out my office this week,
i will try next one.
i'll give you feedback
Thanks again
v-sshirivolu
8 months agoCommunity Support
Hi GeekAlfPro ,
I wanted to check if you had the opportunity to review the information provided. Please feel free to contact us if you have any further questions.
- GeekAlfPro8 months agoHelper V
Hello v-sshirivolu
i tried the temp query with your code
let wsId = Variable.ValueOrDefault("$(/**/YourVariableLibrary/ws_Dirnum_id)", "Unknown"), whId = Variable.ValueOrDefault("$(/**/YourVariableLibrary/wh_Dirnum_id)", "Unknown") in [WorkspaceId = wsId, WarehouseId = whId]But it displays "Unknown"
it seems that the code is ok