Hi everyone ! I have an issue regarding to GCP. Wh...
# prefect-gcp
h
Hi everyone ! I have an issue regarding to GCP. When I trigger docker image in GCP UI as a cloud run job it is successful however when I try to use prefect and trigger a cloud run I can see the job in both cloud run and prefect ui. But it crashes all the time. Log is : File "/usr/local/lib/python3.11/site-packages/prefect/client/orchestration.py", line 1634, in read_flow_run response = await self._client.get(f"/flow_runs/{flow_run_id}") I have checked everywhere but couldn't find a solution. I can reach the flow id and name however I dont know what to do with it.