You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The docs give table doctors, and show how synth can import the table information and generate the values. i added a trivial hospitals table with only an id column to complete the schema. Then I ran the import command, I found the doctors.json to have only minor differences with the one in the docs:
The docs give table doctors, and show how synth can import the table information and generate the values. i added a trivial hospitals table with only an id column to complete the schema. Then I ran the import command, I found the doctors.json to have only minor differences with the one in the docs:
however the generate command gives an error and doesn't populate anything:
synth generate --to postgres://postgres:postgres@localhost/guru99 --schema public guru99
Collection doctors generated 0 values. Skipping insertion...
I would expect values to be generated and inserted.
ubuntu 22.04
synth 0.6.9
psql (PostgreSQL) 14.5 (Ubuntu 14.5-0ubuntu0.22.04.1)
The text was updated successfully, but these errors were encountered: