Skip to content

Commit

Permalink
Add __datafusion_table_provider__ to pyi file
Browse files Browse the repository at this point in the history
  • Loading branch information
timsaucer authored and ion-elgreco committed Nov 22, 2024
1 parent aaf755c commit 0c4344f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions python/deltalake/_internal.pyi
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ class RawDeltaTable:
ending_timestamp: Optional[str] = None,
) -> pyarrow.RecordBatchReader: ...
def transaction_versions(self) -> Dict[str, Transaction]: ...
def __datafusion_table_provider__(self) -> Any: ...

def rust_core_version() -> str: ...
def write_new_deltalake(
Expand Down

0 comments on commit 0c4344f

Please sign in to comment.