Skip to content

Commit 08199c7

Browse files
Update naming_conventions.md
1 parent d4edde1 commit 08199c7

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/naming_conventions.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,9 @@ This document outlines the naming conventions used for schemas, tables, views, c
7272

7373
## **Stored Procedure**
7474

75-
- All stored procedures used for loading data must follow the naming pattern: **`load_<layer>`**.
75+
- All stored procedures used for loading data must follow the naming pattern:
76+
- **`load_<layer>`**.
77+
7678
- `<layer>`: Represents the layer being loaded, such as `bronze`, `silver`, or `gold`.
7779
- Example:
7880
- `load_bronze` → Stored procedure for loading data into the Bronze layer.

0 commit comments

Comments
 (0)