Skip to content

find-tables to support for schema name change #1640

@nj1973

Description

@nj1973

What version of DVT are you using?
8.3.0

What type of connections are you using for source and target?
Db2, PostgreSQL

Describe the solution you'd like
Table validations allows for different source/target schema names to be supplied, for example:

--tables-list prod.first_table=poc.first_table

But find-tables does not cater for that. It matches by schema.table name.

It would be nice to have an option, --schema-map maybe, that allows us to specify alternate names for target schemas.

Describe alternatives you've considered
Using custom scripts to generate commands and not using find-tables.

How are you executing DVT?
CLI

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions