Skip to content

client conversion of schema to handler #50

@cpritcha

Description

@cpritcha

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions