Savin
Savin
@thesillystudent I am converting this PR to draft since there is no immediate need for this functionality. Please reach out to us at slack.outerbounds.co if you would like to work...
@Spenhouet Yes, you can execute Metaflow workflows on any Kubernetes cluster. We currently have a dependency on Amazon S3 for datastore but it is straightforward to swap that out with...
@alexisdondon Passing in a custom endpoint url is now enabled for kubernetes.
@visr, thanks for opening the issue - - Windows support would be a complex undertaking (given our liberal use of multiprocessing for starters). We are definitely open to contributions and...
@erowan Would you like to try out #992 in your windows environment? [Here](https://github.com/Netflix/metaflow/blob/master/metaflow/package.py) is the code that packages up your flow.
@rvorias We have plans to support [programmatic execution of flows](https://docs.google.com/document/d/1HJW9TH6lHEUojqDTzfgJZJXgjg3xZr43-p8_vjYJM1c/edit#heading=h.thnxk5pwrpsa). Meanwhile, you can use the Python subprocess module to invoke the flow.
Yes, indeed! You can use the `@resources` decorator and then use `--with batch` on CLI - although that will execute the entire flow on AWS Batch. There is an open...
@ryan-williams The `pip install awscli ...` should be a no-op for any of the libraries that are already present in the image.
Thanks for the feedback @syedsadiqalinaqvi. We will add class docs to the main doc site by our next release.