Skip to content

Add include_tables option to DB Sync config #178

@geographit2

Description

@geographit2

DB Sync currently supports skip_tables to exclude tables from synchronisation.

It would be great to add an include_tables option so users can explicitly define which tables should be synced from the database.

This would be useful when tables are added to a PostgreSQL schema, but only specific ones are intended for MerginMaps sync.

It would also make the sync process safer. At the moment, if new tables are added to the schema, they may automatically become part of the sync process. This can cause unexpected behaviour or potentially break the sync if the new tables are not intended or ready to be synced.

Example:

include_tables:
  - table_1
  - table_4
  - table_9

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions