feast-schema

Feast schema inspect library


License
MIT
Install
pip install feast-schema==0.0.2

Documentation

feast-schema

Package which show feast schema directly in Jupyter Notebook.

To use run:

from feast_schema import FeastSchema
FeastSchema(".").show_schema()

Or for single feature table:

from feast_schema import FeastSchema
FeastSchema(".").show_table_schema("driver_statistics")