Juan Diego
03/02/2023, 2:39 PMdata_folder: ${CONF_SOURCE}/data
This obviously doesn’t works, but you get the idea.
Many thanks! ☺️datajoely
03/02/2023, 2:41 PMJuan Diego
03/02/2023, 2:57 PM[Errno 2] No such file or directory: '/Users/godoy/data/01_raw/ASF_202207.csv'
~ ❯ pwd
/Users/godoy
~ ❯ head -1 /tmp/tests/conf/base/globals.yml
data_folder: "data/
Resolving the final conf path from CONF_SOURCE (not the working one) will be much more convenient for us.datajoely
03/02/2023, 2:59 PMJuan Diego
03/02/2023, 3:00 PMkedro_cmd = f"--pipeline {pipeline} --conf-source {_conf_path_}"
datajoely
03/02/2023, 3:03 PMJuan Diego
03/02/2023, 3:06 PMdatajoely
03/02/2023, 3:11 PMJuan Diego
03/02/2023, 3:13 PM