Thursday, 5 June 2014

Source Qualifier Transformation

Source Qualifier transformation is an active and connected transformation. When adding a relational or a flat file source definition to a mapping, it is must to connect it to a Source Qualifier Transformation. The Source Qualifier performs the various tasks such as overriding default SQL query, filtering records; join data from two or more tables etc.

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