robozor

Results 3 comments of robozor

I have problems with test results on other developer computers too (screenshots from snapshot_review): ![MicrosoftTeams-image (1)](https://user-images.githubusercontent.com/7280092/156550849-a932bc10-99fc-4769-8d8b-5b1e449b6f7c.png) ![MicrosoftTeams-image](https://user-images.githubusercontent.com/7280092/156550852-96003a17-d9a2-4cc5-9065-48362833ae87.png) ![MicrosoftTeams-image (2)](https://user-images.githubusercontent.com/7280092/156550855-f268f548-6a8b-48af-ae87-8a48729c3dad.png)

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...