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 {}
nilendraFabric
Super User
1 year agoHello gerardotrejogcg
Notebooks executing via shortcuts delegate access using the item owner’s identity (e.g., the notebook or semantic model owner) rather than the user’s identity. If the owner’s permissions were revoked or modified, access breaks.
Verify the item owner’s permissions on both the shortcut’s Lakehouse and the target data source. Ensure they have Contributor or Storage Blob Data Contributor roles