Skip to content

hsfs.core.data_source_data #

DataSourceData #

Metadata object used to provide Data source data information for a feature group.

limit property #

limit: int

The number of expected preview rows.

features property #

features: list[feature.Feature]

The list of features in the data source.

preview property #

preview: list[dict]

The preview of the data source.

schema_fetch_failed property #

schema_fetch_failed: bool

Whether the schema fetch has failed.

schema_fetch_in_progress property #

schema_fetch_in_progress: bool

Whether the schema fetch is in progress.

schema_fetch_logs property #

schema_fetch_logs: str

The logs of the schema fetch.

supported_resources property #

supported_resources: list[str]

The list of supported resources.