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

fix for bug which continued to use master conn for on-run-end hooks #764

Merged
merged 1 commit into from
May 16, 2018

Conversation

drewbanin
Copy link
Contributor

@drewbanin drewbanin commented May 8, 2018

@cmcarthur we originally created this PR (#693) to fix some issues with on-run-end hooks. These hooks previously used the master connection, and that led to a bunch of problems with statements and connection issues for long runs.

While we thought our PR fixed this bug, an issue with our logic resulting in dbt using the master connection anyway. This PR fixes that logic, and the code looks a little bit cleaner now too.

Should we try to get this into our 0.10.1 release?

@drewbanin drewbanin added the bug Something isn't working label May 8, 2018
@drewbanin drewbanin requested a review from cmcarthur May 8, 2018 22:44
Copy link
Member

@cmcarthur cmcarthur left a comment

Choose a reason for hiding this comment

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

shipit

@drewbanin drewbanin merged commit d1d7dcb into development May 16, 2018
@drewbanin drewbanin deleted the fix/hook-connection-name branch May 16, 2018 17:36
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants