Be Good. Do Good.
SELECT
table_name
FROM INFORMATION_SCHEMA.views
WHERE
table_schema = ANY (current_schemas(false))
ORDER BY 1
Models are where your developers spend most of their time within a dbt environment. Models are primarily written as a select statement and ...