Forum Discussion
Create a table shortcut to CSV folder using DDL 'Create Table' stopped working
has the schema changed at all?
this post might offer a solution
in that you might need to update metadata?
- kobia102 years ago
Microsoft Employee
No. The table is a new one.
Used to work before without any issues. Not clear when the change in Fabric has occured.
As I said i can use pySpark to query the table in a notebook. Just the Lakehouse UI seems to be broken
This works and returns data...
df = spark.sql("SELECT * FROM Sust.msdyn_facility LIMIT 1000")display(df)See below the error saying 'The requested file cannot be found' relating to the shortcut that returns data- Anonymous2 years agoNot applicable
Hi kobia10 ,
Thanks for using Fabric Community.
I would like to understand, what changes you made recently?
When did you started observing this issue?
Are you able to load the table in Notebooks? Sql Endpoint?
I can guide you, if you can share these details.- kobia102 years ago
Microsoft Employee
No changes made
Start seeing these last week. However, I have not visited the scenario for a while
I can load the data using spark.sql('select * from lakehouse.tablename")