shawn
12/05/2022, 3:07 PMValueError: Given configuration path either does not exist or is not a valid directory: /databricks/driver/conf/baseYetunde
12/05/2022, 5:10 PMYetunde
12/05/2022, 5:12 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. Yetunde
02/24/2023, 3:07 PM--conf-source flag for a kedro run, it will allow you to specify a source for project configuration for the run.