robozor
robozor
I have problems with test results on other developer computers too (screenshots from snapshot_review):   
My problem too. I need dbWriteTable with Id(schema = schema_name, table = table_name) and it doesn't work. Only the public schema works.
It seems to be my fault. This is because the dbWriteTable function does not automatically create a schema if it does not exist. Therefore, writing the table to the public...