We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a066b1c commit 30dbd92Copy full SHA for 30dbd92
1 file changed
src/dataverse_sdk/data/odata.py
@@ -708,7 +708,7 @@ def _get_entity_metadata(self, logical_name: str) -> TableMetadata:
708
return metadata
709
710
def _logical_to_schema_name(self, logical_name: str) -> str:
711
- """Convert logical name (new_sampleitem) to SchemaName (new_SampleItem) for CREATE operations.
+ """Convert logical name (new_sampleitem) to SchemaName (new_Sampleitem) for CREATE operations.
712
713
Use this ONLY when creating new entities where we control the SchemaName.
714
For existing entities, use _get_entity_schema_name() to get the actual SchemaName from server.
0 commit comments