Skip to content

Commit dee82f1

Browse files
Fix Markdown syntax issues
1 parent 962b839 commit dee82f1

File tree

3 files changed

+6
-6
lines changed

3 files changed

+6
-6
lines changed

Workloads-Specific/DataEngineering/BestPractices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ Last updated: 2025-05-02
6161
- **Comprehensive Schema Documentation:** Create detailed, auto-generated documentation for every endpoint; include sample queries, expected responses, and precise error messages to aid developer understanding.
6262
- **Robust Error Handling:** Implement consistent, informative error responses and integrate thorough test suites to guarantee smooth operation and backward compatibility as the API evolves.
6363

64-
https://github.com/user-attachments/assets/8971651d-9aff-4b41-94ca-9a35b9241f22
64+
<https://github.com/user-attachments/assets/8971651d-9aff-4b41-94ca-9a35b9241f22>
6565

6666
<div align="center">
6767
<h3 style="color: #4CAF50;">Total Visitors</h3>

Workloads-Specific/DataFactory/BestPractices.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ Last updated: 2025-05-02
5656

5757
</details>
5858

59-
6059
## Clear Pipeline Structure
6160

6261
> Ensure your pipelines are well-organized and easy to understand.
@@ -364,6 +363,7 @@ graph TD
364363
## Source Control
365364

366365
> Benefits of Git Integration: <br/>
366+
>
367367
> - **Version Control**: Track and audit changes, and revert to previous versions if needed. <br/>
368368
> - **Collaboration**: Multiple team members can work on the same project simultaneously. <br/>
369369
> - **Incremental Saves**: Save partial changes without publishing them live. <br/>

Workloads-Specific/PowerBi/BestPractices.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,13 +32,13 @@ Last updated: 2025-05-02
3232
<summary><b>Table of Content</b> (Click to expand)</summary>
3333

3434
- [Clear Dashboard and Report Structure](#clear-dashboard-and-report-structure)
35-
- [Example Report Layout](#example-report-layout)
35+
- [Example Report Layout](#example-report-layout)
3636
- [Parameterization and Dynamic Content](#parameterization-and-dynamic-content)
3737
- [Incremental Data Refresh](#incremental-data-refresh)
38-
- [Optimized Refresh Schedules](#optimized-refresh-schedules)
38+
- [Optimized Refresh Schedules](#optimized-refresh-schedules)
3939
- [Data Modeling and DAX Optimization](#data-modeling-and-dax-optimization)
4040
- [Security and Governance](#security-and-governance)
41-
- [Row-Level Security RLS](#row-level-security-rls)
41+
- [Row-Level Security RLS](#row-level-security-rls)
4242
- [Source Control and Collaboration](#source-control-and-collaboration)
4343
- [Performance Tuning](#performance-tuning)
4444
- [Documentation and Maintenance](#documentation-and-maintenance)
@@ -98,7 +98,7 @@ From [Understand star schema and the importance for Power BI](https://learn.micr
9898
- **Staggered Refreshes**: Schedule refresh operations during off-peak hours to balance resource consumption.
9999
- **Monitoring Refresh Performance**: Follow best practices in [Configure scheduled refresh](https://learn.microsoft.com/en-us/power-bi/connect-data/refresh-scheduled-refresh) to monitor and troubleshoot scheduled refresh cycles.
100100

101-
https://github.com/user-attachments/assets/61780cc9-5778-4c55-8f05-ffbaedd7802c
101+
<https://github.com/user-attachments/assets/61780cc9-5778-4c55-8f05-ffbaedd7802c>
102102

103103
## Data Modeling and DAX Optimization
104104

0 commit comments

Comments
 (0)