shuttle-hq / synth

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

Support bytea column #392

Closed jeenkhoorn closed 1 year ago

jeenkhoorn commented 1 year ago

Required Functionality I want to use synth on a PostgreSQL DB, however, it does not feature a converter for bytea.

Proposed Solution Implement a converter for bytea.

Use case I want to import my database in synth, but I'm currently blocked. I'm not interested in a representative generated value for the columns, a default value would suffice.

sanymakam commented 1 year ago

Is this issue solved? I am using version synth 0.6.9 I am trying to connect to my postgres DB to import the schema and then generate the test data. But I am getting the below error

Error: We haven't implemented a converter for bytea Can someone please help?

iamwacko commented 1 year ago

Is this issue solved? I am using version synth 0.6.9 I am trying to connect to my postgres DB to import the schema and then generate the test data. But I am getting the below error

Error: We haven't implemented a converter for bytea Can someone please help?

No, this issue isn't resolved. I don't know why jeenkhoorn closed this issue, but #417 is open instead. I will try to prioritize implementing bytea, but this project isn't my entire life. Feel free to contribute though.