Skip to content

Commit 15a23a1

Browse files
committed
Revert "Address Copilot review: add files namespace to README concept table"
This reverts commit 1375402.
1 parent 1375402 commit 15a23a1

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`, `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) |
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) |
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)