shuttle-hq / synth

The Declarative Data Generator
https://www.getsynth.com/
Apache License 2.0
1.36k stars 105 forks source link

Need support for bytea data type in Postgres #450

Open aditya-2007 opened 3 months ago

aditya-2007 commented 3 months ago

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.