Be Good. Do Good.
Compare two columns:
Source:
Pentaho Steps:
Count.equals(Tgt_Count) ? "TRUE" : "FALSE"
Value Type : String
Count<=Tgt_Count ? "OK" : "NOTOK"
Models are where your developers spend most of their time within a dbt environment. Models are primarily written as a select statement and ...