cuddly-rocket-69327
05/24/2021, 10:29 PMmetaflow_
?
The reason I need this is to support a dynamic way to "decorate" a Metaflow step with Kubernetes "tolerations, affinity" etc based on a @resource("gpu": 1, "accelorator": "nvidia-tesla-p100")
that could render the "tolerations, affinity" or "label, nodeSelector" based on the plugin specific to the Kubernetes deployment. I don't want a Zillow specific way to be the defaultstraight-shampoo-11124
05/24/2021, 10:54 PMmetaflow_custom
but those decorators will become available for all users of zillow_metaflow
or whatever you want to call itstraight-shampoo-11124
05/24/2021, 10:55 PMcuddly-rocket-69327
05/24/2021, 10:57 PM@accelerator("nvidia-tesla-p100")
@resource("gpu")
looks nice..
Does Metaflow now have a mechanism to dynamically load Python modules like zillow_metaflow
?straight-shampoo-11124
05/24/2021, 10:59 PMpip install zillow_metaflow
that is a custom package that includes custom plugins and then the upstream metaflow
as a dependencystraight-shampoo-11124
05/24/2021, 11:00 PMcuddly-rocket-69327
05/24/2021, 11:04 PMbroad-photographer-33842
05/25/2021, 2:49 AMbreezy-art-4081
06/21/2021, 9:09 PM