Hi,
I need to use a custom python library from a private repository in Cognite Function I have referred the following document - https://docs.cognite.com/de/cdf/functions/
In requirements.txt have added --index-url with the basic HTTPS authentication referring private repository URL with credentials.
However when I am deploying the functions its not deploying and failing with the following error:
Function Id 3485252813249865
Note: I have tested this locally its running fine
Could you please help with this?