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
Dylan
03/08/2021, 3:44 PM
Hi @Alfie!
So you’re using a Prefect Server instance?
Dylan
03/08/2021, 3:44 PM
(the orchestration layer that ships with Prefect Core)
a
Alfie
03/08/2021, 4:00 PM
Hey Dylan, yes, a on-premise deployment
Alfie
03/08/2021, 4:01 PM
What I want is to be able to figure out who created or even updated a flow
d
Dylan
03/08/2021, 4:26 PM
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