shawn
12/01/2022, 3:38 PMValueError: Given configuration path either does not exist or is not a valid directory: /databricks/driver/conf/base
Q1: Is the issue on due to the .whl file itself or the way I am configuring the job ?
Q2: Would this be due to a permissions issue on the environment I am using ?Deepyaman Datta
12/01/2022, 5:26 PMkedro package, so you would need to add the config for your job in the expected place. You can also modify the place where it looks for configuration by changing CONF_SOURCE in settings.py.shawn
12/01/2022, 5:49 PMCONF_SOURCE in setting.py and having it be like the following ?
CONF_SOURCE = "conf/base"Nok Lam Chan
12/02/2022, 2:03 PMNok Lam Chan
12/02/2022, 2:04 PMshawn
12/05/2022, 3:08 PMinclude_package_data = True,
packages = ['.'].