Skip to content

Commit ba3389e

Browse files
authored
Merge e9aee72 into 390439c
2 parents 390439c + e9aee72 commit ba3389e

File tree

6 files changed

+86
-44
lines changed

6 files changed

+86
-44
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -201,13 +201,13 @@ Click to read more about [Microsoft Purview for Fabric - Overview](./Purview-Fab
201201

202202
- [Azure Data Factory (ADF) - Best Practices Overview](./Workloads-Specific/DataFactory/BestPractices.md)
203203
- [Data Engineering - Best Practices Overview](./Workloads-Specific/DataEngineering/BestPractices.md)
204-
- [Data Warehouse - Best Practices Overview]() - in progress
205-
- [Data Science - Best Practices Overview]() - in progress
206-
- [Real-Time Intelligence - Best Practices Overview]() - in progress
204+
- [Data Warehouse - Best Practices Overview](./Workloads-Specific/DataWarehouse/BestPractices.md) - in progress
205+
- [Data Science - Best Practices Overview](./Workloads-Specific/DataScience/BestPractices.md) - in progress
206+
- [Real-Time Intelligence - Best Practices Overview](./Workloads-Specific/RealTimeIntelligence/BestPractices.md) - in progress
207207
- [Power Bi - Best Practices Overview](./Workloads-Specific/PowerBi/BestPractices.md)
208-
- [Copilot - Best Practices Overview]() - in progress
209-
- [Purview - Best Practices Overview]() - in progress
210-
- [OneLake - Best Practices Overview]() - in progress
208+
- [Copilot - Best Practices Overview](./Workloads-Specific/Copilot/BestPractices.md) - in progress
209+
- [Purview - Best Practices Overview](./Workloads-Specific/Purview/BestPractices.md) - in progress
210+
- [OneLake - Best Practices Overview](./Workloads-Specific/OneLake/BestPractices.md) - in progress
211211

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

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/>
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
# Data Science - Best Practices Overview
2+
3+
Costa Rica
4+
5+
[![GitHub](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com)
6+
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
7+
[brown9804](https://github.com/brown9804)
8+
9+
Last updated: 2025-05-02
10+
11+
----------
12+
13+
<details>
14+
<summary><b>List of References</b> (Click to expand)</summary>
15+
16+
</details>
17+
18+
<div align="center">
19+
<h3 style="color: #4CAF50;">Total Visitors</h3>
20+
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
21+
</div>
22+
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# Data Warehouse - Best Practices Overview
2+
3+
Costa Rica
4+
5+
[![GitHub](https://badgen.net/badge/icon/github?icon=github&label)](https://github.com)
6+
[![GitHub](https://img.shields.io/badge/--181717?logo=github&logoColor=ffffff)](https://github.com/)
7+
[brown9804](https://github.com/brown9804)
8+
9+
Last updated: 2025-05-02
10+
11+
----------
12+
13+
<details>
14+
<summary><b>List of References</b> (Click to expand)</summary>
15+
16+
</details>
17+
18+
<div align="center">
19+
<h3 style="color: #4CAF50;">Total Visitors</h3>
20+
<img src="https://profile-counter.glitch.me/brown9804/count.svg" alt="Visitor Count" style="border: 2px solid #4CAF50; border-radius: 5px; padding: 5px;"/>
21+
</div>

0 commit comments

Comments
 (0)