Forum Discussion
Create a table shortcut to CSV folder using DDL 'Create Table' stopped working
For the last few months we ran a statement in a notebook to create a table under the tables folder
The table was created correctly and we could run pySpark code against the table
Very recently, after executing the statement we get table created with a red X sign to its right. Cannot see the fields. Pressing on the X shows an error that the target table cannot be reached.
However, I can view the data against that table from a cell using pySpark
8 Replies
- vanessafvgCommunity Champion
has the schema changed at all?
this post might offer a solution
in that you might need to update metadata?
- kobia10Microsoft 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- AnonymousNot 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.