Skip to content

tables.create() hardcodes display_name to table_schema_name with no way to override #163

@abelmilash-msft

Description

@abelmilash-msft

tables.create() does not expose a display_name parameter. Internally, _create_table calls _create_entity with display_name=table_schema_name, so the table's display name in Dataverse is always set to its schema name (e.g. "new_Product").

Code:

Expected behavior:
tables.create() should accept an optional display_name parameter. When omitted, it could default to the schema name (current behavior).

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions