Skip to content

Commit 6e897e2

Browse files
tpellissierclaude
andcommitted
Address Copilot review: add files namespace to README concept table
Update DataverseClient description to include the `files` namespace alongside records, query, and tables for consistency with line 116. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 3747e7a commit 6e897e2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -112,7 +112,7 @@ The SDK provides a simple, pythonic interface for Dataverse operations:
112112

113113
| Concept | Description |
114114
|---------|-------------|
115-
| **DataverseClient** | Main entry point; provides `records`, `query`, and `tables` namespaces |
115+
| **DataverseClient** | Main entry point; provides `records`, `query`, `tables`, and `files` namespaces |
116116
| **Namespaces** | Operations are organized into `client.records` (CRUD & OData queries), `client.query` (query & search), `client.tables` (metadata), and `client.files` (file uploads) |
117117
| **Records** | Dataverse records represented as Python dictionaries with column schema names |
118118
| **Schema names** | Use table schema names (`"account"`, `"new_MyTestTable"`) and column schema names (`"name"`, `"new_MyTestColumn"`). See: [Table definitions in Microsoft Dataverse](https://learn.microsoft.com/en-us/power-apps/developer/data-platform/entity-metadata) |

0 commit comments

Comments
 (0)