Be Good. Do Good.
SELECT offset, COUNT(offset)
FROM log
GROUP BY offset
HAVING COUNT(offset) > 1;
Models are where your developers spend most of their time within a dbt environment. Models are primarily written as a select statement and ...