Be Good. Do Good.
CREATE INDEX sync_idx_abc ON schemaname.tablename(columnname);
Models are where your developers spend most of their time within a dbt environment. Models are primarily written as a select statement and ...