Andrew Achkar
Andrew Achkar
When AWS is unable to provide an instance in a given availability zone, this action can fail repeatedly (if the condition preventing AWS from having available instances persists). This happens...
Here's a proposal for adding support for launching multiple runners. The docs are not updated and the input/output name changes may be undesired, but the gist of the feature is...
### Motivation: Why do you think this is important? Flyte's Sagemaker integration uses the [sagemaker-operator-for-k8s](https://github.com/aws/amazon-sagemaker-operator-for-k8s) which has not seen much activity and feature enhancements since May 25, 2021. The newer...
With the miniconda installer built with constructor 2, I was able to run `bash miniconda-installer.sh -b -f -p ~/pre-existing-prefix` to essentially recreate a base conda environment / installation, regardless of...
In the spark-operator dockerfile, the user is intended to be switched, but spark_uid is not defined. See: https://github.com/GoogleCloudPlatform/spark-on-k8s-operator/blob/244033925a235f6f1c9f0c597e378960794857e5/spark-docker/Dockerfile#L38 The end result is that the user is still root: ``` ❯...
### Motivation: Why do you think this is important? Data that is passed from tasks in flyte workflows is typically in the form of a FlyteFile, which abstracts away how...
### Motivation: Why do you think this is important? As a flytekit plugin author, I would like to be able to define cleanup actions (in python) that should be run...
Spark 3.4.0 has been released: https://spark.apache.org/releases/spark-release-3-4-0.html Is there a timeline for support within spark operator?
* terrascan version: 1.17.1 * Operating System: alpine 3.16.3 ### Description I recently updated super-linter to 4.10.0, which has picked up terrascan 1.17.1. In its output I started to see...
**Describe the feature you'd like** To be able to install sagemaker-training from wheels on pypi without having to compile extensions myself. **How would this feature be used? Please describe.** Users...