Thursday, 5 June 2014

Union Transformation


  • Union transformation is connected and active transformation.
  • Union transformation is used to merge data from multiple pipelines into single one.
  • Merges similar data coming from heterogeneous and homogeneous sources.
  • Multiple input groups but only one output group (Opposite to Router)

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 ...