Be Good. Do Good.
DELETE FROM mytablename
WHERE id IN (SELECT id FROM mytablename ORDER BY 1 LIMIT 30000)
Models are where your developers spend most of their time within a dbt environment. Models are primarily written as a select statement and ...