We've captured the moments from FabCon & SQLCon that everyone is talking about, and we are bringing them to the community, live and on-demand. Starts on April 14th. Register now
Hi all,,,
I am trying to read the necessesary data from customer tables in fabric sql end point. as a part of it i am creating views and now i have to update some columns as per the requirement.
I am unable to update my views and it says that i cant create temp table in sql endpoint in fabric. SO now how do i update my columns?
Kin
Solved! Go to Solution.
Hi @JYOCH ,
As the following official documentation refers, the SQL analytics endpoint in Microsoft Fabric operates in read-only mode over lakehouse delta tables. This means you can only read data from delta tables using the SQL analytics endpoint. They can save functions, views, and set SQL object-level security. To modify data in Lakehouse delta tables, you have to switch to lakehouse mode and use Apache Spark.
What is the SQL analytics endpoint for a lakehouse? - Microsoft Fabric | Microsoft Learn
To modify data in Lakehouse delta tables, it is necessary to switch to lakehouse mode and utilize Apache Spark.
Given this, you might find the following alternatives useful:
Best Regards
Hi @JYOCH ,
As the following official documentation refers, the SQL analytics endpoint in Microsoft Fabric operates in read-only mode over lakehouse delta tables. This means you can only read data from delta tables using the SQL analytics endpoint. They can save functions, views, and set SQL object-level security. To modify data in Lakehouse delta tables, you have to switch to lakehouse mode and use Apache Spark.
What is the SQL analytics endpoint for a lakehouse? - Microsoft Fabric | Microsoft Learn
To modify data in Lakehouse delta tables, it is necessary to switch to lakehouse mode and utilize Apache Spark.
Given this, you might find the following alternatives useful:
Best Regards
If you have recently started exploring Fabric, we'd love to hear how it's going. Your feedback can help with product improvements.
A new Power BI DataViz World Championship is coming this June! Don't miss out on submitting your entry.
Share feedback directly with Fabric product managers, participate in targeted research studies and influence the Fabric roadmap.
| User | Count |
|---|---|
| 1 | |
| 1 | |
| 1 | |
| 1 | |
| 1 |
| User | Count |
|---|---|
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 |