Sunday, 8 June 2014

Metadata

Metadata is data that describes other data.

Metadata in a data warehouse is similar to the data dictionary or the data catalog in a database management system. In the data dictionary, you keep the  information about the logical data structures, the information about the files and addresses, the information about the indexes, and so on. The data dictionary contains data about the data in the database. Similarly, the metadata component is the data about the data in the data warehouse.

Types of Metadata

Metadata in a data warehouse fall into three major categories:

  • Operational Metadata
  • Extraction and Transformation Metadata
  • End-User Metadata

DBT - Models

Models are where your developers spend most of their time within a dbt environment. Models are primarily written as a select statement and ...