Skip to content

Commit bfd5713

Browse files
committed
non-deprecated API.
1 parent 45fc728 commit bfd5713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xarray_sql/sql.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,4 @@ def from_dataset(
1515
chunks: Chunks = None,
1616
):
1717
table = read_xarray_table(input_table, chunks)
18-
self.register_table_provider(table_name, table)
18+
self.register_table(table_name, table)

0 commit comments

Comments
 (0)