This repository has been archived by the owner on May 17, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 271
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make dbt data diffs concurrent (#776)
* v0 of concurrency * concurrent logging * remove todo * remove todo * better var name * add node name to logger * format string logs * add optional logger param * avoid extra threads * use thread pools * not multithreaded at the connection level anymore * show errors as they happen * show full stacktrace on error * rearrange trace * more logs for debugging * update for threads mocking * clear log params * remove extra space * remove long traceback * Ensure log_message is optional Co-authored-by: Dan Lawin <[email protected]> * map threaded result to proper model id * explicit type and optional * rm submodules again --------- Co-authored-by: Sung Won Chung <[email protected]> Co-authored-by: Dan Lawin <[email protected]>
- Loading branch information
1 parent
29b48b0
commit b3d4223
Showing
6 changed files
with
110 additions
and
64 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.