Closed puneeter closed 3 months ago
Hi there!
The config path seems correct, given that you use the 'kedro databricks deploy' command.
Beyond deploying your project, this command will also upload your conf and data directories to dbfs under the project name.
Is there a way to verify that? I can quickly check and debug. I am using the following command tho: kedro databricks deploy --debug && databricks bundle run "job_name"
You can always list the files in dbfs with the databricks cli, I.e. 'databricks fs ls/dbfs/FileStore/'
Aah, it seems like I don't have write access to dbfs which is why I was facing this error. Thank you!
Description
My resource file:
Error:
Are using the right path for conf_source here?