-
Notifications
You must be signed in to change notification settings - Fork 165
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
Ele 1194 test dwh connection edr #959
Conversation
👋 @NoyaArie |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
What problem does this PR solve?
@@ -17,6 +17,14 @@ def run(self) -> bool: | |||
self.config.profile_target, | |||
) | |||
|
|||
try: | |||
dbt_runner.debug() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is problematic because dbt debug
requires git
which is not necessarily required.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Do we know what is happening if we don't have git?
Does it still test the connection? If so, maybe we can extract only that part from the debug result?
|
No description provided.