Skip to content

Commit 7b638c2

Browse files
committed
chore(docs): add note in list_tables() docstring re duckdb
1 parent 2c3f593 commit 7b638c2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

ibis/backends/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1135,6 +1135,9 @@ def list_tables(
11351135
11361136
Examples
11371137
--------
1138+
This example uses the DuckDB backend, but the list_tables API
1139+
works the same for other backends.
1140+
11381141
>>> import ibis
11391142
>>> con = ibis.duckdb.connect()
11401143
>>> foo = con.create_table("foo", schema=ibis.schema(dict(a="int")))

0 commit comments

Comments
 (0)