Skip to content

Ensure unique table names in sinks #114

@imor

Description

@imor

When generating table in sink we currently format them as <schema>_<table>. If there are tables a_b.c and a.b_c in Postgres, both of them will translate to a_b_c in the sink. Fix this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions