microsoft / microsoft/PowerPlatform-DataverseClient-Python
client.dataframe.get() only returns physical columns, not the full logical schema
Open
@sagebree is already working on this.
Since May 4, 2026.
- Dominant language
- Python
- Stars
- 60
- Forks
- 23
- Avg merge
- 13h 53m
- Merged PRs (30d)
- 3
Description
From what I understand, dataverse tables can have "virtual attributes" which are not physically stored and instead are generated at read-time. Is there a way to retrieve a table that includes these attributes? client.dataframe.get() seems to only return physical columns.
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.