Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2024 09:03 AM
It works for me now 🙂 by refer this solution:
[Errno 95] Operation not supported · Issue #113823 · MicrosoftDocs/azure-docs · GitHub
creating a "file" instead of a "notebook" and moving the code from the notebook into the file, I was able to use the "import" statement
my import code:
import sys
sys.path.append("/Workspace/Shared/")
from test_import_func import table_exists
print(table_exists('mytable',spark))