Describe the bug
Customer is seeing a large number of sessions created for DVT commands on Redshift.
Some of them include:
'SELECT 1'
'COMMIT'
'ROLLBACK'
and multiple CREATE/DROP views for custom query.
What version of DVT are you using?
Latest
What type of connections are you using for source and target?
Redshift to BQ
Steps to reproduce the behavior
CX is running custom query column and row validations
Expected behavior
Creating/Dropping the view is necessary for extracting metadata from custom queries. We can justify those sessions, but reduce the others.
Describe the bug
Customer is seeing a large number of sessions created for DVT commands on Redshift.
Some of them include:
'SELECT 1'
'COMMIT'
'ROLLBACK'
and multiple CREATE/DROP views for custom query.
What version of DVT are you using?
Latest
What type of connections are you using for source and target?
Redshift to BQ
Steps to reproduce the behavior
CX is running custom query column and row validations
Expected behavior
Creating/Dropping the view is necessary for extracting metadata from custom queries. We can justify those sessions, but reduce the others.