Forum Discussion
Fabric - Missing attached lakehouse when deploying with deployment pipelines
- 2 years ago
Thank you for your reply; in my case none of the steps provided solved the issue.
After many checks on my notebooks I finally discovered that all the notebooks that "lost" the attached default lakehouse (during the deployment), had an empty cell at the end as a last cell.
Example:
Removing these last empty cells solved the issue: now all my notebooks are deployed with the default lakehouse attached.
Hi APG ,
You can follow the steps below to troubleshoot and resolve the issue:
- Ensure that Lakehouse is properly bound in the development and test environments. Sometimes the deployment pipeline may not recognise the Lakehouse as the same object if the Lakehouse is added after the initial workspace allocation .
- Try unallocating and reassigning workspaces in the deployment pipeline. This will help ensure that the lake warehouse is correctly recognised as one object.
If the above steps do not help you resolve the issue, as a temporary solution you might need to manually attach the lakehouses in the test environment after deployment. It can help you move forward while the underlying issue is resolved.
Best Regards,
Ada Wang
If this post helps, then please consider Accept it as the solution to help the other members find it more quickly.
Thank you for your reply; in my case none of the steps provided solved the issue.
After many checks on my notebooks I finally discovered that all the notebooks that "lost" the attached default lakehouse (during the deployment), had an empty cell at the end as a last cell.
Example:
Removing these last empty cells solved the issue: now all my notebooks are deployed with the default lakehouse attached.