https://prefect.io logo
#prefect-getting-started
Title
# prefect-getting-started
a

Anderson Luiz Souza

11/17/2022, 11:44 AM
Hi all! A basic question: I really would like to replace those random suffixes of flows and tasks with more informative names (for example: datetime now or git commit hash). How could I do this? Thanks!
p

Peyton Runyan

11/17/2022, 11:54 AM
Are you talking about for individual flow runs and task runs?
a

Anderson Luiz Souza

11/17/2022, 11:58 AM
Yes, that is it.
p

Peyton Runyan

11/17/2022, 2:35 PM
I don't think you can do that for an individual flow run or task run
You can filter your view by date and order by time, and the datetime is on each of the flows
For a commit hash I would probably use deployments or tags
k

Khuyen Tran

11/17/2022, 4:07 PM
j

Jeff Hale

11/17/2022, 10:38 PM
I made a related GitHub feature request issue here.
🙌 1
a

Anderson Luiz Souza

11/18/2022, 7:29 PM
Thank you all!
70 Views