Hi, I'm testing pipelinewise-tap-mssql to synch da...
# plugins-general
e
Hi, I'm testing pipelinewise-tap-mssql to synch data from MS SQL Server to Postgres. It is working but table in the destination is created with prefix of MS SQL Server schema name e.g. "dbo_inventory". In this example source table is "Inventory" in default schema "dbo". How can I manage to have destination table name in Postgres without the prefix of MS SQL Server schema name i.e. instead of "dbo_inventory" it need to be "Inventory" only. Many thanks for your support