shawn
12/05/2022, 3:07 PMValueError: Given configuration path either does not exist or is not a valid directory: /databricks/driver/conf/base
Yetunde
12/05/2022, 5:10 PMconf
into src
• Update settings.py
with the new location
And then kedro package
will package your conf
because it's there. It's not the best solution because it means you can't update your configuration. We will be working on a way to do this from the CLI. --conf-source
flag for a kedro run
, it will allow you to specify a source for project configuration for the run.