Mathew Wicks
Mathew Wicks
I am fairly sure that this app is overwriting the `spark.jars` which I pass in, could we instead just append the required `ammonite-spark` `spark.jars` to the ones the user provides?...
Currently we only include `twitter`, `google`, `openshift` and `okta` in the [Security Docs](https://flask-appbuilder.readthedocs.io/en/latest/security.html#authentication-oauth), this causes people to have issues (especially with AzureAD, as it's not listed, but is very common)....
As discussed in https://github.com/dpgaspar/Flask-AppBuilder/pull/1374#issuecomment-780175038, some users might need the ability to have multiple LDAP/OAUTH roles bind to the same set of Flask-AppBuilder roles. I propose we implement the ability to...
/kind feature After PR https://github.com/kubeflow/kubeflow/pull/6548, we are now using `kubeflownotebookswg/{IMAGE_NAME}` (DockerHub) as the default image location for our images. I think we should continue to push to `kubeflownotebookswg/{IMAGE_NAME}` (and possibly...
/kind bug Related to: https://github.com/kubeflow/kubeflow/issues/6054 ## Problem: Currently, if a `Profile` resource has its `spec.owner.name` updated, the profile-controller will lose control of the associated Namespace, and fail to update the...
Related to https://github.com/elyra-ai/elyra/issues/2681 ## Background It is common practice in Kubernetes to apply a [taint](https://kubernetes.io/docs/concepts/scheduling-eviction/taint-and-toleration/) to Nodes with accelerator hardware (like GPUs), so that resources are not wasted by Pods...
Currently, we use a very esoteric syntax for mounting PVCs to pipelines `/mnt/path=existing-pvc-name`. The current UI asks the user to specify a list of strings, without even explaining what the...
Currently, we only provide two methods to specify component inputs: 1. Plain Strings (no newlines) 2. From the output of a parent node We can provide a third option that...
As of Elyra `3.8.1`, KFP pipelines will only work with Runtime images that use pip versions before `20.3` (the version which added the new resolver). If using a newer version...
Generic components are powerful because the same component can be run both locally, and in a kubeflow/airflow pipeline. This makes it easier to develop iteratively by running the pipeline locally...