Hello Databricks Community Team,
I trust this message finds you well. I am currently facing an issue while attempting to utilize a dynamic path with the %run command to execute a notebook called from another folder. I have tested the following approaches using a conf_file variable:
- %run "/Users/.../blob_conf/{}".format(conf_file)
- %run f"/Users/.../blob_conf/{conf_file}"
Unfortunately, neither approach seems to be working as expected.
I would greatly appreciate your guidance and assistance in resolving this matter.
Thank you for your time and support.
Best regards,
Lotfi