transferwise / pipelinewise-target-redshift

Singer.io Target for Amazon Redshift - PipelineWise compatible
https://transferwise.github.io/pipelinewise/
Other
12 stars 65 forks source link

Update logging to output table name instead of schema name #70

Open ReptilianBrain opened 3 years ago

ReptilianBrain commented 3 years ago

Context

Looking at the logging message we should output the table name here instead of just the schema name. Like it's done on line 737

Changes

updated the logging information to output the table name

Checklist