Forum Discussion
Mathan1787
Helper I
3 years agoDatapipeline-LookUp-Lakehouse
Hi, Look up activty in data pipeline has query option only for external data store type (for azure sql database) but when i select the delta table i cant able to query. what are the other option ...
DennesTorres
Power Participant
3 years agoHi,
One possible workaround is to use a SQL Database connection and point to the lakehouse SQL Endpoint. It's not a perfect solution, but probably will work.
Kind Regards,
Dennes
ajarora
Microsoft Employee
3 years agoEven the cross workspace limitation should be addressable by creating a shortcut to the remote lakehouse, in the current workspace.
- DennesTorres3 years ago
Power Participant
Hi, This would only work if there is a lakehouse in both workspaces and it would only work as a source, not as a destination. I understand that if I would like to break down the pipelines in different workspaces for organization purposes, I couldn't. Kind Regards, Dennes- ajarora3 years ago
Microsoft Employee
You basically have a LH1 in Workspace1, and Pipeline with Lookup activity in Workspace2. Can you create a LH2 in Workspace2, which points to the LH1 in Workspace1, and use lookup activity against LH2 ?