Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion DATA_PIPELINE_GUIDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,5 +166,7 @@ To reach full maturity, the project should move towards **Dimensional Modeling (
*Created by Ritik CLI Ai agent for the dbt SQL Server Learning Project.*

```
Co-authored-by: ritsky-project <ritsky598@gmail.com>
git commit -m "message about commit

Co-authored-by: ritsky-project <ritsky598@gmail.com>"
```
4 changes: 4 additions & 0 deletions explore_database/customers/customers.md
Original file line number Diff line number Diff line change
Expand Up @@ -359,3 +359,7 @@ The finalized customer-standardization pipeline successfully achieved:
* audit-friendly transformation behavior

The resulting implementation substantially improved customer-data consistency, analytical reliability, transformation transparency, and downstream usability while preserving defensible handling of malformed, incomplete, ambiguous, or unresolved source-system records.

```
Author : Ritik__
```
Comment on lines +363 to +365

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor | ⚡ Quick win

Add a language tag (or remove the code fence) to satisfy markdown lint.

The fenced block at Line 363 triggers MD040 (fenced-code-language). Use text or render this as normal prose instead of code.

Suggested fix
-```
-Author : Ritik__
-```
+```text
+Author: Ritik__
+```
🧰 Tools
🪛 markdownlint-cli2 (0.22.1)

[warning] 363-363: Fenced code blocks should have a language specified

(MD040, fenced-code-language)

🤖 Prompt for AI Agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

In `@explore_database/customers/customers.md` around lines 363 - 365, The fenced
code block containing “Author : Ritik__” triggers MD040; either remove the code
fence and render the line as normal prose, or add a language tag to the fence
(e.g., change the opening ``` to ```text) and tidy the text (use "Author:
Ritik__") so the block is valid markdown; locate the fenced block around the
Author line in customers.md and apply one of these fixes.

Loading