Closed cgardens closed 4 years ago
DBT's log says that it created table model public_NORMALIZED.owners
So it's in a different schema until #845
okay. fwiw, i'm not seeing any table created in the other schema. but i'll just wait until that other issue is completed.
d342ls464c9cel=> SET search_path TO public_NORMALIZED;
SET
d342ls464c9cel=> \d
Did not find any relations.
d342ls464c9cel=> select * from owners;
ERROR: relation "owners" does not exist
LINE 1: select * from owners;
^
d342ls464c9cel=>
this seems to be fixed since we changed how we are handling table naming.
Expected Behavior
Current Behavior
Steps to Reproduce
Logs
tables in db after the sync ompletes