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

feat: added source_type in output while listing connections list #803

Merged
merged 7 commits into from
Apr 19, 2023

Conversation

SwatiT17
Copy link
Contributor

/gcbrun

@SwatiT17
Copy link
Contributor Author

Fixes issue: #792 data-validation connections list output is limited

for conn_name in connections:
logging.info(f"Connection Name: {conn_name}")
source_type = mgr.get_connection_config(conn_name).get("source_type")
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should we also add target_type along with source? @nehanene15 any thoughts?

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@Raniksingh
AFAIU, connection listing implies databases whose connection details is added, we can't confirm whether it is used as target when using DVT. source_type itself should suffice, it says to which source\database connection is pointing to.

Copy link
Collaborator

@nehanene15 nehanene15 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@SwatiT17
Copy link
Contributor Author

/gcbrun

@SwatiT17 SwatiT17 self-assigned this Apr 18, 2023
@SwatiT17
Copy link
Contributor Author

/gcbrun

1 similar comment
@SwatiT17
Copy link
Contributor Author

/gcbrun

@SwatiT17
Copy link
Contributor Author

/gcbrun

@SwatiT17
Copy link
Contributor Author

/gcbrun

1 similar comment
@SwatiT17
Copy link
Contributor Author

/gcbrun

@SwatiT17
Copy link
Contributor Author

/gcbrun

@SwatiT17
Copy link
Contributor Author

/gcbrun

@Raniksingh Raniksingh merged commit 056275b into develop Apr 19, 2023
@Raniksingh Raniksingh deleted the issue792-resulthandler branch April 19, 2023 17:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants