JAHNAVI
Databricks Employee
Databricks Employee

@lauraxyz For SQL there is no direct way to run the file without parsing it. However, for Python, we can use %run to run the file from volumes.

Example:

%python
%run /Volumes/jahnavi/datasets/data/test.py
Jahnavi N