Forum Discussion
kye1
8 months agoNew Member
About Pipeline Query
Hi Team, I met a problem that when I use Lookup from Fabric Pipeline, linking lakehouse and I can't find the "Query" even I choose Table. The case is that I create a table to be the watermark to ...
- Anonymous8 months ago
Hi kye1crystal ,
Thank you for clarifying. The T-SQL Query option shown in your screenshot is only available in the Copy Data activity when using the Lakehouse SQL analytics endpoint.
For the Lookup activity, this option isn't supported with Lakehouse connections. Lookup can reference only Tables or Files, which is why you don't see the query textbox.
If you want to run a query as part of your Lookup logic, you can use the Azure SQL Database connector and connect it to the Lakehouse SQL analytics endpoint. This way, Lookup will support T-SQL queries.
I hope this explains the behavior.
Thank you.
kye1crystal
8 months agoFrequent Visitor
Thanks tayloramy and NandanHegde. You guys do help me a lot
- NandanHegde8 months agoSuper User
Glad it was helpful 🙂