-
Notifications
You must be signed in to change notification settings - Fork 669
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support additional input types in the Launch UI #22
Comments
This issue originally included implementation of collections. Since collections are more commonly used, they were implemented first. The remaining types are a lower priority, so I've updated the description and labels to reflect that. |
@schottra I think Launch is very highly used and hence having the breadth covered is probably very important. |
@schottra do we know which input types are remaining? |
@kumare3 Currently, we have no support for:
We also do not support |
As of flyteconsole v0.17.0, Schema and Struct are now supported. I'm going to create a separate issue for Map and close this one out. |
Adds the `--rm` flag to all the `docker run` commands in generate_protos.sh so you don't end up with pesky exited containers taking up space on your machine.
* Flinkk8soperator needs Log writer to be passed to
Signed-off-by: Flyte-Bot <[email protected]> Co-authored-by: flyte-bot <[email protected]>
* Flinkk8soperator needs Log writer to be passed to
Signed-off-by: Flyte-Bot <[email protected]> Co-authored-by: flyte-bot <[email protected]>
Adds the `--rm` flag to all the `docker run` commands in generate_protos.sh so you don't end up with pesky exited containers taking up space on your machine.
Adds the `--rm` flag to all the `docker run` commands in generate_protos.sh so you don't end up with pesky exited containers taking up space on your machine. Signed-off-by: Eduardo Apolinario <[email protected]>
We don't currently support list/map or some of the less common types. This task is to at least implement list/map and explore if there is anything we can do about supporting the other types.
The text was updated successfully, but these errors were encountered: