Hi all! A basic question: I really would like to r...
# prefect-getting-started
a
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
Are you talking about for individual flow runs and task runs?
a
Yes, that is it.
p
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
j
I made a related GitHub feature request issue here.
🙌 1
a
Thank you all!