Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

data-validation connections list output is limited. #792

Closed
mahtodeepak05 opened this issue Apr 5, 2023 · 0 comments
Closed

data-validation connections list output is limited. #792

mahtodeepak05 opened this issue Apr 5, 2023 · 0 comments
Assignees
Labels
good first issue Good issue for new DVT contributors priority: p1 High priority. Fix may be included in the next release.

Comments

@mahtodeepak05
Copy link

mahtodeepak05 commented Apr 5, 2023

Folks,

Currently data-validation connections list is limited to only connection name.

r$ data-validation connections list
04/05/2023 12:00:18 PM-INFO: Connection Name: ora
04/05/2023 12:00:18 PM-INFO: Connection Name: pg
04/05/2023 12:00:18 PM-INFO: Connection Name: src_con

its understandable that we can't display all details but If we can include additional details like "source_type", it would be really helpful to differentiate based on source type.

Proposed changes.

r$ data-validation connections list
04/05/2023 12:00:18 PM-INFO: Connection Name: ora, source_type : Oracle
04/05/2023 12:00:18 PM-INFO: Connection Name: pg, source_type : Postgres
04/05/2023 12:00:18 PM-INFO: Connection Name: src_con, source_type : Oracle
@nehanene15 nehanene15 added priority: p1 High priority. Fix may be included in the next release. good first issue Good issue for new DVT contributors labels Apr 5, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue Good issue for new DVT contributors priority: p1 High priority. Fix may be included in the next release.
Projects
None yet
Development

No branches or pull requests

5 participants