From e3dfe3acf7db269cfce345018bf8f1121a63eb43 Mon Sep 17 00:00:00 2001 From: tpellissier-msft Date: Wed, 5 Nov 2025 12:02:12 -0800 Subject: [PATCH] Test change for PR Fixed formatting issue in the README file. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 58222b9..ed4d4c2 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Dataverse SDK for Python -A Python package allowing developers to connect to Dataverse environments for DDL / DML operations. +A Python package allowing developers to connect to Dataverse environments for DDL / DML operations. - Read (SQL) — Execute constrained read-only SQL via the Dataverse Web API `?sql=` parameter. Returns `list[dict]`. - OData CRUD — Unified methods `create(logical_name, record|records)`, `update(logical_name, id|ids, patch|patches)`, `delete(logical_name, id|ids)` plus `get` with record id or filters.