BONUS Tracking the history with dbt snapshot
#
Snapshots are used to capture the state of a table or view at a specific point in time. They allow you to create a historical record of changes to your data over time and enable you to compare different versions of your data.
Goal of this section:
Help you understand and run snapshots.