Lior Barak
09/18/2023, 2:18 PMJake Kaplan
09/18/2023, 2:59 PMfrom prefect.client.orchestration import get_client
async def main():
async with get_client() as client:
await client.delete_artifact(artifact_id=...)
Lior Barak
09/18/2023, 3:34 PMJake Kaplan
09/18/2023, 4:02 PMSerina
09/18/2023, 7:17 PMkey
(think s3 buckets), you’re going to see the lineage of the artifact over time (how the data in the table changes, for example) in your Artifacts page.Lior Barak
09/18/2023, 7:50 PMSerina
09/18/2023, 9:52 PMLior Barak
09/19/2023, 7:13 AMSerina
09/19/2023, 2:48 PMwhat I want is a way for the tester/script to know that the flow is finished and to be able to download the resulting json filebut yeah, Prefect is pretty extensible! :)