|
6 | 6 |
|
7 | 7 | A Python client library for Microsoft Dataverse that provides a unified interface for CRUD operations, SQL queries, table metadata management, and file uploads through the Dataverse Web API. |
8 | 8 |
|
9 | | -**[Source code](https://github.com/microsoft/PowerPlatform-DataverseClient-Python)** | **[Package (PyPI)](https://pypi.org/project/PowerPlatform-Dataverse-Client/)** | **[API reference documentation](https://learn.microsoft.com/en-us/power-apps/developer/data-platform/sdk-python/)** | **[Product documentation](https://learn.microsoft.com/en-us/python/api/dataverse-sdk-docs-python/dataverse-overview?view=dataverse-sdk-python-latest/)** | **[Samples](https://github.com/microsoft/PowerPlatform-DataverseClient-Python/tree/main/examples)** |
| 9 | +**[Source code](https://github.com/microsoft/PowerPlatform-DataverseClient-Python)** | **[Package (PyPI)](https://pypi.org/project/PowerPlatform-Dataverse-Client/)** | **[API reference documentation](https://learn.microsoft.com/python/api/dataverse-sdk-docs-python/dataverse-overview?view=dataverse-sdk-python-latest)** | **[Product documentation](https://learn.microsoft.com/power-apps/developer/data-platform/sdk-python/)** | **[Samples](https://github.com/microsoft/PowerPlatform-DataverseClient-Python/tree/main/examples)** |
10 | 10 |
|
11 | 11 | > [!IMPORTANT] |
12 | 12 | > This library is currently in **preview**. Preview versions are provided for early access to new features and may contain breaking changes. |
@@ -261,7 +261,7 @@ Explore our comprehensive examples in the [`examples/`](examples/) directory: |
261 | 261 | - **[Functional Testing](examples/basic/functional_testing.py)** - Test core functionality in your environment |
262 | 262 |
|
263 | 263 | **π Advanced Usage:** |
264 | | -- **[Complete Walkthrough](examples/advanced/complete_walkthrough.py)** - Full feature demonstration with production patterns |
| 264 | +- **[Complete Walkthrough](examples/advanced/walkthrough.py)** - Full feature demonstration with production patterns |
265 | 265 | - **[File Upload](examples/advanced/file_upload.py)** - Upload files to Dataverse file columns |
266 | 266 |
|
267 | 267 | π See the [examples README](examples/README.md) for detailed guidance and learning progression. |
@@ -323,11 +323,9 @@ For optimal performance in production environments: |
323 | 323 | ### Limitations |
324 | 324 |
|
325 | 325 | - SQL queries are **read-only** and support a limited subset of SQL syntax |
326 | | -- Create Table supports a limited number of column types. |
| 326 | +- Create Table supports a limited number of column types. Lookup columns are not yet supported. |
327 | 327 | - Creating relationships between tables is not yet supported. |
328 | 328 | - File uploads are limited by Dataverse file size restrictions (default 128MB per file) |
329 | | -- Custom table creation requires appropriate security privileges in the target environment |
330 | | -- Rate limits apply based on your Power Platform license and environment configuration |
331 | 329 |
|
332 | 330 | ## Contributing |
333 | 331 |
|
|
0 commit comments