The ultimate Fabric, Power BI, SQL, and AI community-led learning event. Save €200 with code FABCOMM.
Get registeredEnhance your career with this limited time 50% discount on Fabric and Power BI exams. Ends August 31st. Request your voucher.
Hi ,
Can we read data from Lakehouse Delta table with Fabric capacity turned off .
Now in Architecture I am planning to keep Silver layer in Lakehouse so that ML model can refer it .
But I would like to Confirm Delta is open source format other Platforms can read it but does Capacity needs to in running state ?
Solved! Go to Solution.
Hi @Umasankar_Sane , thank you for reaching out to the Microsoft Fabric Community Forum.
It appears that the ability to access the Lakehouse Delta tables is indeed tied to the Fabric capacity being active. The error message "Unable to complete this action because this fabric capacity is currently not active" indicates that the infrastructure managing the data needs to be running for access to occur, even though Delta Lake itself is an open-source format.
Please consider below steps to consider to ensure that your client's data isn't vendor-locked:
If this helps, please consider marking it 'Accept as Solution' so others with similar queries may find it more easily. If not, please share the details.
Thank you.
Thank you for quick response.
I could not respond as I had to test this Scenario by turning off ( PAUSE ) fabric capacity.
Gettig below when I tried to access Lake House from SSMS.
Let me know If I have to try to something else . My main point was to check that my client data should not be venor locked ( Microsoft in this case ) . 🙂
Hi @Umasankar_Sane , thank you for reaching out to the Microsoft Fabric Community Forum.
It appears that the ability to access the Lakehouse Delta tables is indeed tied to the Fabric capacity being active. The error message "Unable to complete this action because this fabric capacity is currently not active" indicates that the infrastructure managing the data needs to be running for access to occur, even though Delta Lake itself is an open-source format.
Please consider below steps to consider to ensure that your client's data isn't vendor-locked:
If this helps, please consider marking it 'Accept as Solution' so others with similar queries may find it more easily. If not, please share the details.
Thank you.
Hi @Umasankar_Sane , thank you for reaching out to the Microsoft Fabric Community Forum.
Data from a Lakehouse Delta table can be read even if Fabric capacity is turned off. SQL clients or other services supporting SQL connections can utilize the SQL endpoint for access.
Delta Lake, being an open-source format, allows other platforms to read Delta tables as long as they support Delta Lake.
However, Optimal performance and seamless data access are ensured by keeping the Fabric capacity running. This helps maintain the health and performance of Delta tables through regular maintenance operations such as optimization and vacuuming.
If this helps, please consider marking it 'Accept as Solution' so others with similar queries may find it more easily. If not, please share the details.
Thank you.
Hi @Umasankar_Sane - if the capacity is turned off you should be able to query the lakehouse data using SQL clients or other services that support SQL connections by using the SQL endpoint. What service are you using for your ML model? Is it outside of Fabric?