What do we need to set in a flow such that we get ...
# ask-metaflow
u
What do we need to set in a flow such that we get meaningful output in the
user
column of the Metaflow UI?
1
v
set one of the environment variables:
["METAFLOW_USER", "SUDO_USER", "USERNAME", "USER"]
thankyou 1
a
@User it seems from the run ids that these executions are happening on step-functions. We don't associate a user with these executions, but an
owner
that maps to the user who initiated the deploy of the flow to step functions. The
owner
value is available from the metadata for the execution.
thankyou 1