I started using Databricks plugin in Pycharm.
If I have first line in my code:
# Databricks notebook source
...
Running such a notebook with a plugin on cluster fails with the message:
FileNotFoundError: [Errno 2] No such file or directory: '/Workspace/Users/<user>/.ide/databricks-Python-e6507fa0/project_name/deployment/model_deployment/notebooks/Test.py'
I checked the directory, the file exists.
Removing:
# Databricks notebook source
Test.py runs as expected.
Any help would be appreciated.