Gautam
08/10/2022, 11:41 PM2022-08-10 23:11:45 normalization > File "/usr/local/lib/python3.9/site-packages/normalization/transform_catalog/transform.py", line 46, in parse
2022-08-10 23:11:45 normalization > profiles_yml = read_profiles_yml(parsed_args.profile_config_dir)
2022-08-10 23:11:45 normalization > File "/usr/local/lib/python3.9/site-packages/normalization/transform_catalog/transform.py", line 75, in read_profiles_yml
2022-08-10 23:11:45 normalization > with open(os.path.join(profile_dir, "profiles.yml"), "r") as file:
2022-08-10 23:11:45 normalization > FileNotFoundError: [Errno 2] No such file or directory: '/config/profiles.yml'
There is also this error text in the logs when normalization happens. Is that a missing config when setting up on an AKS cluster ?
Any advice on the approach that needs to be adopted