Skip to content

Commit 30dbd92

Browse files
Update src/dataverse_sdk/data/odata.py
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent a066b1c commit 30dbd92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dataverse_sdk/data/odata.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -708,7 +708,7 @@ def _get_entity_metadata(self, logical_name: str) -> TableMetadata:
708708
return metadata
709709

710710
def _logical_to_schema_name(self, logical_name: str) -> str:
711-
"""Convert logical name (new_sampleitem) to SchemaName (new_SampleItem) for CREATE operations.
711+
"""Convert logical name (new_sampleitem) to SchemaName (new_Sampleitem) for CREATE operations.
712712
713713
Use this ONLY when creating new entities where we control the SchemaName.
714714
For existing entities, use _get_entity_schema_name() to get the actual SchemaName from server.

0 commit comments

Comments
 (0)