Skip to content

featurebyte.CalendarTable.get_by_id

get_by_id(
id: ObjectId
) -> CalendarTable

Description

Returns a CalendarTable object by its unique identifier (ID).

Parameters

  • id: ObjectId
    CalendarTable unique identifier ID.

Returns

  • CalendarTable
    CalendarTable object.

Examples

Get a CalendarTable object that is already saved.

>>> fb.CalendarTable.get_by_id(<calendar_table_id>)