Skip to content

featurebyte.Catalog.get_observation_table_by_id

get_observation_table_by_id(
id: ObjectId
) -> ObservationTable

Description

Get observation table by id.

Parameters

  • id: ObjectId
    Observation table id.

Returns

  • ObservationTable
    Observation table object.

Examples

Get a saved observation table.

>>> observation_table = catalog.get_observation_table_by_id(ObjectId())