Skip to content

Commit c645173

Browse files
committed
clean: Remove placeholder directories from examples
- Remove examples/integrations/ folder (was empty placeholder) - Remove examples/utilities/ folder (was empty placeholder) - Keep only examples/basic/ and examples/advanced/ with actual working examples - Maintains cleaner structure focused on real functionality
1 parent 92f1de3 commit c645173

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

examples/README.md

Lines changed: 0 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -15,22 +15,6 @@ Get started quickly with fundamental Dataverse operations:
1515
Explore powerful features for complex scenarios:
1616
- **`file_upload.py`** - File upload to Dataverse file columns with chunking
1717
- **`pandas_integration.py`** - DataFrame-based operations for data analysis
18-
- **`bulk_operations.py`** - Batch processing and bulk data operations
19-
- **`metadata_management.py`** - Creating and managing custom tables
20-
- **`sql_queries.py`** - Advanced SQL queries via Web API
21-
22-
### 🔗 Integrations (`integrations/`)
23-
Connect Dataverse with other Microsoft services:
24-
- **`power_automate.py`** - Integration patterns with Power Automate
25-
- **`azure_functions.py`** - Using the SDK in Azure Functions
26-
- Power BI integration examples
27-
- Azure Logic Apps patterns
28-
29-
### 🛠️ Utilities (`utilities/`)
30-
Helper scripts and development tools:
31-
- **`connection_tester.py`** - Test and validate Dataverse connections
32-
- **`data_migration.py`** - Scripts for data migration scenarios
33-
- Development and debugging utilities
3418

3519
## 🚀 Getting Started
3620

examples/integrations/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

examples/utilities/__init__.py

Lines changed: 0 additions & 4 deletions
This file was deleted.

0 commit comments

Comments
 (0)