Skip to content

Commit 2465552

Browse files
committed
Update Design Pattern - Generic - Fundamental ETL Requirements.md
1 parent d90d9be commit 2465552

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Design_Patterns/Design Pattern - Generic - Fundamental ETL Requirements.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ An example is as follows:
3232

3333
ETL processes are recommended to be placed in the directory/folder where they pull data _to_. For instance the ETL logic for ‘Staging to History’ exists in the ‘150_History_Area’ folder and loads data from the ‘100_Staging_Area’.
3434

35-
## Considerations and considerations
35+
## Consequences and considerations
3636
In some situations specific properties of the ETL process may seem overkill or perhaps even redundant. This (perceived) additional effort will have its impact on developing duration.
3737

3838
But in the context of maintaining a generic design (e.g. to support ETL generation and maintenance) this will still be necessary. Concessions may be made per architectural Layer (all ETL processes within a certain architecture step) but this is recommended to be motivated in the customised (i.e. project specific) Solution Architecture documentation.

0 commit comments

Comments
 (0)