Be Good. Do Good.
update foo set bar = floor(random() * 9 + 1);
SELECT random(),floor(random() * 9 + 1) LIMIT 10;
select floor(7000000000 + random() * 8999);
Models are where your developers spend most of their time within a dbt environment. Models are primarily written as a select statement and ...