Hi guys, getting this error `fatal error: An error...
# ask-metaflow
f
Hi guys, getting this error
fatal error: An error occurred (403) when calling the HeadObject operation: Forbidden
while using
@batch
decorator. And while running the workflow am using
--with batch
and defining iam roles and resources that needed. My question is if we use
@batch
does it override
--with batch
arguments? And if so.. should one use
@resources
than
@batch
?
1