-
Notifications
You must be signed in to change notification settings - Fork 110
Open
Labels
integrationA change which affects or introduces an integrationA change which affects or introduces an integration
Description
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.
Metadata
Metadata
Assignees
Labels
integrationA change which affects or introduces an integrationA change which affects or introduces an integration