Skip to content

Need support for bytea data type in Postgres #450

@aditya-2007

Description

@aditya-2007

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

No one assigned

    Labels

    integrationA change which affects or introduces an integration

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions