Skip to content
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

client conversion of schema to handler #50

Open
cpritcha opened this issue Sep 30, 2021 · 0 comments
Open

client conversion of schema to handler #50

cpritcha opened this issue Sep 30, 2021 · 0 comments
Labels

Comments

@cpritcha
Copy link
Collaborator

Handlers support particular resource types and depend on their source library (for example pandas in Python and dplyr in R). Different libraries support different resource types so it may be that the resource classes supported by one model as input are not supported by another library.

An interactive function to list the handlers compatible with a particular schema would help model users try out a new model in the REPL.

Something like

compatible_handlers(schema)
> PandasHandler
>  matches with:
>    - Feather
>    - Parquet
>
> SparkHandler
>  matches with:
>    - Parquet

that shows the resource types supported by different handlers

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant