You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Motivation: Why do you think this is important?
Flyte supports JSON types using the Generic Struct attribute. But, it is hard to build an auto-completing UI as well as ensuring type-safety at the time of passing in parameters. Optional JSON schema offers this additional guarantee
Goal: What should the final outcome look like, ideally?
Users can use Launch form, that automatically completes or creates a prototype json object for them based on the json schema. For ensuring this is simple and without a lot of overhead this can be completely optional
Describe alternatives you've considered
None
Flyte component
Overall
Flyte Setup and Installation scripts
Flyte Documentation
Flyte communication (slack/email etc)
FlytePropeller
FlyteIDL (Flyte specification language)
Flytekit (Python SDK)
FlyteAdmin (Control Plane service)
FlytePlugins
DataCatalog
FlyteStdlib (common libraries)
FlyteConsole (UI)
Other
Is this a blocker for you to adopt Flyte
NA
The text was updated successfully, but these errors were encountered:
Motivation: Why do you think this is important?
Flyte supports JSON types using the Generic Struct attribute. But, it is hard to build an auto-completing UI as well as ensuring type-safety at the time of passing in parameters. Optional JSON schema offers this additional guarantee
Goal: What should the final outcome look like, ideally?
Users can use Launch form, that automatically completes or creates a prototype json object for them based on the json schema. For ensuring this is simple and without a lot of overhead this can be completely optional
Describe alternatives you've considered
None
Flyte component
Is this a blocker for you to adopt Flyte
NA
The text was updated successfully, but these errors were encountered: