helpful-baker-78647
06/28/2024, 9:54 AMparent_folder = Path(__file__).parent.parent
global_configuration_path = parent_folder / "global_config.json"
current_folder = Path(__file__).parent
local_configuration_path = current_folder / "config_2.json"
Since I forgot to add ".json" to the package suffixes when creating the step function, I was thinking that it would be failing while reading the global_config.json file but it does not seem to be the case, and it fails while reading config_2.json.
By the way, I use a custom docker image where needed dependencies are installed, but all the files in folder are copied as well. I don't know if that could explain the behaviour.
Thanks for your support 🙏