Skip to content

Commit f1b3e48

Browse files
Update naming_conventions.md
1 parent 23b94a6 commit f1b3e48

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

docs/naming_conventions.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ This document outlines the naming conventions used for schemas, tables, views, c
7070
- `<column_name>`: Descriptive name indicating the column's purpose.
7171
- Example: `dwh_load_date` → System-generated column used to store the date when the record was loaded.
7272

73-
## **Stored Procedure Naming Conventions**
73+
## **Stored Procedure**
7474

7575
- All stored procedures used for loading data must follow the naming pattern: **`load_<layer>`**.
7676
- `<layer>`: Represents the layer being loaded, such as `bronze`, `silver`, or `gold`.

0 commit comments

Comments
 (0)