We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6e9e343 commit aa5f0d3Copy full SHA for aa5f0d3
src/dataverse_sdk/client.py
@@ -403,7 +403,7 @@ def create_table(
403
"""
404
Create a simple custom table with specified columns.
405
406
- :param logical_name: Table logical name with publisher prefix (e.g. ``"new_orders"``).
+ :param logical_name: Table logical name with publisher prefix (e.g. ``"new_sampleitem"``).
407
Both table and column names must include the publisher prefix (default is ``"new_"``).
408
:type logical_name: str
409
:param schema: Dictionary mapping column logical names (with prefix) to their types.
0 commit comments