Forum Discussion
gerardotrejogcg
Helper I
1 year agoSuddenly lost access to a shortcut from a Notebook
I have a shortcut in the Lakehouse that I’m able to access to manually. It was implemented a notebook that reads the shortcut and the last successfully processed folder was “2025-02-1...
- 1 year ago
I did not find the permission issue. I just changed the way to read the file
try:df = spark.read.option("multiline", "true").json(schema_file)json_data = df.toJSON().collect()schema = json.loads(json_data[0]) # Convert first row to a dictionaryexcept Exception as e:print(f"Error reading model.json: {e}")return {}
Anonymous
1 year agoNot applicable
Hi gerardotrejogcg ,
I wanted to check in on your situation regarding the issue. Have you resolved it? If you have, please consider marking the reply that helped you or sharing your answer and Accept it as solution. It would be greatly appreciated by others in the community who may have the same question
Thank you for being a valued member of the Microsoft Fabric Community Forum!