Closed eevui closed 2 years ago
Closes #62
Use an inner join instead of left join to remove null fields.
dbt test should still fail now, but a quick removal of null'd fields should make it pass.
dbt test
Description
Closes #62
Use an inner join instead of left join to remove null fields.
Tests
dbt test
should still fail now, but a quick removal of null'd fields should make it pass.