Skip to content

Commit 1375402

Browse files
tpellissierclaude
andcommitted
Address Copilot review: add files namespace to README concept table
Update DataverseClient and Namespaces descriptions to include the `files` namespace alongside records, query, and tables. Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent ce5094d commit 1375402

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -112,8 +112,8 @@ 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 |
116-
| **Namespaces** | Operations are organized into `client.records` (CRUD & OData queries), `client.query` (query & search), and `client.tables` (metadata) |
115+
| **DataverseClient** | Main entry point; provides `records`, `query`, `tables`, and `files` namespaces |
116+
| **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) |
119119
| **Bulk Operations** | Efficient bulk processing for multiple records with automatic optimization |

0 commit comments

Comments
 (0)