You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The MultiThreadedExecutor class does not currently the dbt invocation context into the threads it creates, but it needs to so that the threads can successfully access application context.
Acceptance criteria
MultiThreadedExecutor should ensure that any threads it creates have the same value of InvocationContext in their context that its own init thread did.
Impact to Other Teams
None
Will backports be required?
No
The text was updated successfully, but these errors were encountered:
The MultiThreadedExecutor class does not currently the dbt invocation context into the threads it creates, but it needs to so that the threads can successfully access application context.
Acceptance criteria
MultiThreadedExecutor should ensure that any threads it creates have the same value of InvocationContext in their context that its own init thread did.
Impact to Other Teams
None
Will backports be required?
No
The text was updated successfully, but these errors were encountered: