-
Notifications
You must be signed in to change notification settings - Fork 11
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Bug: Force dbt to run single-threaded. (#35)
* Started adding variable. Some extra s which are commented out and need to be removed. * Added macro to adapters.sql to error out when > 1 thread is specified in profiles.yml. * Bumped version number, because I'll push to PyPI, and updated change log. * Removed extraneous prints and some function arguments that were leftovers from a previous attempt. * Since all references to it were removed, deleted get_credentials() from connections.py.
- Loading branch information
1 parent
d6cd142
commit e66b88d
Showing
4 changed files
with
11 additions
and
6 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
version = '0.21.6' | ||
version = '0.21.7' |
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