Sunday, 11 December 2022

Pentaho job execution shell command & with log file enable option

/home/dev/data-integration_8_1/kitchen.sh -file="/home/dev/abc/j_dataload.kjb" –level:Basic -logfile:/home/dev/abc/Logfiles/j_dataload_$(date +"%Y%m%d_%H%M%s").log

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