-
Notifications
You must be signed in to change notification settings - Fork 1.7k
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
Remove UnsetProfileConfig #6504
Remove UnsetProfileConfig #6504
Conversation
Thank you for your pull request! We could not find a changelog entry for this change. For details on how to document a change, see the contributing guide. |
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.
Nothing stands out 👍
I suspect that MP_CONTEXT should not be in the Flags object. It's not really a flag, and it's not serializable. I had to jump through some hoops to prevent it from serializing a while back. I'm not sure where it would be best to put it. And it's another global thing... |
@gerda Lines 120 to 126 in 8217ad4
Agree it really doesn't belong on the That looks unrelated to the changes in this PR, though? |
I tried looking through some of the test failures and in at least one case I saw an error about "unable to serialize SpawnContext", which is from that. The test output started disappearing though... |
@gshank - Thank you for looking into the type |
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.
LGTM!
+100 from my POV. I think this one falls into the overarching de-globalization effort that @ChenyuLInx will be working on at some point as tech-lead of the "gap work" for dbt-server. |
096231e
to
bc04906
Compare
resolves #5539
Description
Checklist
changie new
to create a changelog entry