March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
Register NowGet certified in Microsoft Fabric—for free! For a limited time, the Microsoft Fabric Community team will be offering free DP-600 exam vouchers. Prepare now
Hi All,
We are seeking to use a view within a SQL analytics Endpoint as a source of data for a dataframe in a notebook.
When we seek to query it, we see an error like [TABLE_OR_VIEW_NOT_FOUND]
code looks like this. The view is under the DBO schema.
df = spark.sql("SELECT * FROM lakehousename.viewname LIMIT 1000")
display(df)
Is this possible? I feel like it wont be :*( but staying positive.
Thanks!
Solved! Go to Solution.
Hi @DataEnjoyer no I don't believe this will work as the View has been created using the SQL Analytics endpoint, there is no metadata sync from the SQL Endpoint to the Lakehouse (it's the other way round).
You could use JDBC connector in the Notebook to query the View in the SQL Endpoint, or create the View in the Lakehouse using Spark.
edit: I believe pyodbc would work here
having the same issue here. a lot of people out there use sql statements stored in views to create there ETL logic. would be very nice if microsoft is going to support the possibility to read from views in a notebook. I came across the following example using the spark connector which works for me perfect as a workaround. https://fabric.guru/querying-sql-endpoint-of-fabric-lakehousewarehouse-in-a-notebook-with-t-sql
Hi @DataEnjoyer no I don't believe this will work as the View has been created using the SQL Analytics endpoint, there is no metadata sync from the SQL Endpoint to the Lakehouse (it's the other way round).
You could use JDBC connector in the Notebook to query the View in the SQL Endpoint, or create the View in the Lakehouse using Spark.
edit: I believe pyodbc would work here
Hi,
I can read data by using pyodbc package from endpoint. Now I would like to store these results in a delta table in lakehouse... is this possible?
Thank you 😄
Hi,
Do you know how to get the authentication to work in the SQL endpoint? I have tried different combinations of below statement, but it is not working:
Hi,
Yes, that helped, thanks 🙂
I had to add the serviceprincipal to the workspace (CREATE USER is not a supported statement type.) but after that, I can now read views in a Lakehouse from a Notebook.
March 31 - April 2, 2025, in Las Vegas, Nevada. Use code MSCUST for a $150 discount! Early Bird pricing ends December 9th.
Check out the October 2024 Fabric update to learn about new features.
User | Count |
---|---|
13 | |
8 | |
5 | |
4 | |
2 |
User | Count |
---|---|
26 | |
23 | |
15 | |
12 | |
5 |