Christian Nuss
05/09/2022, 6:52 PMKevin Kho
location keyword argument if you dont need dynamicismChristian Nuss
05/09/2022, 6:55 PMKevin Kho
with Flow(.., result=S3Result(bucket="..", location="insert_template_here"):
...
and that result will be the default one for each task. You can also use the task_run_name or task_name since they are available in the contextChristian Nuss
05/09/2022, 8:16 PM