Michael Hadorn
05/19/2021, 1:13 PMFailed to load and execute Flow's environment: GitlabGetError('404 Project Not Found')
We use it with a own hosted gitlab environment. Beside of the new based docker image, we changed nothing:
prefecthq/prefect:0.14.12-python3.8 -> prefecthq/prefect:0.14.17-python3.8
prefecthq/prefect:0.14.12-python3.8 -> prefecthq/prefect:0.14.19-python3.8
Till 0.14.16 it's working:
prefecthq/prefect:0.14.12-python3.8 -> prefecthq/prefect:0.14.16-python3.8
The new Git storage is not able to handle the company's certificate (this was my first try):
git storage: ssl.SSLCertVerificationError: [SSL: CERTIFICATE_VERIFY_FAILED] certificate verify failed: unable to get local issuer certificate (_ssl.c:1131)
Are there any problems known?
We use it like this in the flow configuration:
, storage=GitLab(
host="<https://gitlab.xxx.ch>"
, repo="group/repo"
, path="test_flow.py"
, ref="feature"
, secrets=["GITLAB_ACCESS_TOKEN"]
)
Kevin Kho
Kevin Kho
Kevin Kho
Michael Hadorn
05/19/2021, 3:04 PMKevin Kho
Michael Hadorn
05/19/2021, 3:26 PM