Wednesday, 21 December 2022

Pentaho - Regex to find a word in a line and replace the full line

 ^.*welcome.*$

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