Hi Team, I’m using Prefect core, and would like to...
# ask-community
a
Hi Team, I’m using Prefect core, and would like to track identity of user who created/updated a flow. Any suggestion about how to do that properly?
d
Hi @Alfie! So you’re using a Prefect Server instance?
(the orchestration layer that ships with Prefect Core)
a
Hey Dylan, yes, a on-premise deployment
What I want is to be able to figure out who created or even updated a flow
d
Prefect Server does not have any concept of User. However, I believe that Prefect Server does include Flow README’s, which could be used to track details about the flow including who last worked on it
a
Thanks Dylan, I do not find intro about the flow readme, and cannot find it in code either https://github.com/PrefectHQ/prefect/blob/master/src/prefect/core/flow.py, could you please share more info about it?
thanks