I need to run a databricks notebook 3 folder levels up with relative path but it is not working.
Is it a limitation? It works if I specify full path..
This is what I have tested:
%run ./folder/notebook
- WORKS
%run ../folder/notebook
- WORKS
%run .../folder/notebook
- not working