Ilias Katsakioris
Ilias Katsakioris
Hi, could you also provide * the KFP API server deployment version (deployment `ml-pipeline`) * the KFP SDK and `kfp-server-api` versions you have installed in the image This sounds like...
>After applying a fix to allow Kale to compile, upload and run pipelines in a multi-user environment I believe the fix you've implemented is not enough (as I commented in...
The problem with the request is not _returning_ the namespace, but **setting** it in the first place. Yes `set_user_namespace()` is a good choice, but it has this: https://github.com/kubeflow/pipelines/blob/d4e73989170cf5e44b2fe1064a904003c3c5a7ff/sdk/python/kfp/_client.py#L274-L276 ```python self._context_setting['namespace']...
That's good progress! >I am still getting the MLMD permission error, though I have updating the permissions yet as it is getting late. What did you do about this? What...
Hello @jeff900911! Could you try to remove the `kubeflow-kale-launcher` extension? It's a deprecated package and it may cause conflicts when combined with `kubeflow-kale-labextension`.
Hi everyone! Although this is the Katib repository, I'd like to inform you that we (Arrikto) have exposed our design for KFP client authentication in https://github.com/kubeflow/pipelines/issues/5138 and submitted two PRs...
All tests are green, this PR should be good to go! :rocket: Pinging again the reviewers that we have already mentioned above as I don't know who is going to...