https://prefect.io logo
Title
j

John O'Farrell

04/10/2023, 9:14 PM
Hello, is there a way to parameterize an s3 bucket path for storing results when declaring a flow? I know in prefect 1 it was doable by just passing in a path like
{bucket}/jobs/{Id}/prefect
but that doesn't seem to be working in prefect 2
s

Sahil Rangwala

04/11/2023, 5:01 PM
You could parameterize an s3 bucket path by using its get_directory help function
👍 1