Would it be possible to add control of `@batch`'s ...
# ask-metaflow
g
Would it be possible to add control of `@batch`'s
ephemeral_storage
parameter to
@resources
?
1
a
we can map it to disk. afaik it's only available for fargate right?
g
That's my understanding
a
would you like to contribute a PR? 🙂
g
I can probably take a stab at it this weekend. 😄
a
perfect!
g
Would it be better to use
ephemeral_storage
instead since there are multiple storage types for batch?
^ is referring to the parameter that
resources
would ingest
Here's the PR. I chose to go with
ephemeral_storage
instead of aliasing
disk
because the units for the two aren't equal.