https://prefect.io logo
g

Giacomo Chiarella

08/01/2023, 7:54 AM
in a table artifact, how can I save a clickable url? Is there a way to delete an artifact?
n

Nate

08/01/2023, 6:21 PM
you can delete artifacts via the client or the CLI
Copy code
prefect artifact delete <UUID>
where you can get the UUID via
prefect artifact ls
hmm im not sure about a link in the table artifact, have you tried a markdown link? like [tag](url)?
g

Giacomo Chiarella

08/02/2023, 6:26 AM
I’m using create_table, not create_markdown because I have a dictionary
no api in the python package to delete an artifact?