The real wordsTheory
Load
LoadThe last ETL stage. Writes the extracted and transformed output to a data warehouse.
Two forms, in the deck's words: either the physical insertion of a record as a new row in a database table, or link processes for each record from the main source.
So ETL is one sentence: read from many places, fix and reshape, write once to the warehouse the dashboards then read.