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
Required Functionality
I was trying to run below command to import from my project's Postgres DB schema.
synth import --from postgres://user:pass@localhost:5432/postgres --schema
main my_namespace
and I got below error. Error: We haven't implemented a converter for bytea
Proposed Solution
Use case
I wanted to generate data for local unit testing and even for QA environment for integration testing. I need to create valida data from existing data in postgres schema.
The text was updated successfully, but these errors were encountered:
Required Functionality
I was trying to run below command to import from my project's Postgres DB schema.
synth import --from postgres://user:pass@localhost:5432/postgres --schema
main my_namespace
and I got below error.
Error: We haven't implemented a converter for bytea
Proposed Solution
Use case
I wanted to generate data for local unit testing and even for QA environment for integration testing. I need to create valida data from existing data in postgres schema.
The text was updated successfully, but these errors were encountered: