Skip to content

Commit

Permalink
chore: doc
Browse files Browse the repository at this point in the history
  • Loading branch information
ion-elgreco committed Feb 10, 2025
1 parent a90dfbb commit f5991b4
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion libraries/dagster-delta/dagster_delta/_handler/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
ArrowTypes = Union[pa.Table, pa.RecordBatchReader, ds.Dataset]


class DeltalakeBaseArrowTypeHandler(DbTypeHandler[T], Generic[T]): # noqa: D101
class DeltalakeBaseArrowTypeHandler(DbTypeHandler[T], Generic[T]):
"""Base TypeHandler implementation for arrow supported libraries used to handle deltalake IO."""

@abstractmethod
def from_arrow(self, obj: pa.RecordBatchReader, target_type: type) -> T:
"""Abstract method to convert arrow to target type"""
Expand Down

0 comments on commit f5991b4

Please sign in to comment.