Sorry - I think I phrased the initial question poorly. I know how to log out from a Prefect flow. I was wondering if, from inside the flow itself, there's a Prefect context variable or similar that contains the k8s job name the flow ran on.
I want to log out that k8s job name as an info level log with
get_run_logger()
.