diff --git a/python/lancedb/table.py b/python/lancedb/table.py index 63f60689..e1586aa0 100644 --- a/python/lancedb/table.py +++ b/python/lancedb/table.py @@ -93,9 +93,10 @@ class Table(ABC): [Table.create_index][lancedb.table.Table.create_index]. """ + @property @abstractmethod def schema(self) -> pa.Schema: - """Return the [Arrow Schema](https://arrow.apache.org/docs/python/api/datatypes.html#) of + """The [Arrow Schema](https://arrow.apache.org/docs/python/api/datatypes.html#) of this [Table](Table) """