dbt-labs / dbt-project-evaluator

This package contains macros and models to find DAG issues automatically
https://dbt-labs.github.io/dbt-project-evaluator/latest/
Apache License 2.0
447 stars 67 forks source link

make sure we catch single character dbs and schemas #509

Closed dave-connors-3 closed 2 weeks ago

dave-connors-3 commented 2 weeks ago

This is a:

Link to Issue

Clsoes #454

Description & motivation

Makes sure we handle single character db.schema.table and schema.table patterns like

select * from a.b.c

and

select * from a.b

no adjustment select * from a to not affect detection of CTE names

Integration Test Screenshot

Checklist