-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
Merge 0.12.latest into master #1241
Merged
Merged
Conversation
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
…s about what went wrong on error
…emporary downloads directory
…postgres On non-postgres tests, don't require the postgres container (#841)
… drop_tables_in_schema
fix for deps that depend on other local deps
…reat Improve dbt debug [#1061]
…mental-models (fixes #744) deprecate sql_where and provide an alternative
…on-from-pypi use pypi for the latest version instead of git [#1122]
Cleanup repo and update readme
Add ipdb to dev requirements so it shows up in test docker containers
Add -m argument for dbt test
make tracking use the profile directory, and suppress errors (#1180)
…output-for-dbt-debug Replace unicode characters with ascii strings
do not try to remove remote after dbt init
Threads that raise exceptions bypass the callback, which makes dbt hang. Now threads don't raise during the callback, instead they set a flag. The RunManager will check the flag during queue processing and raise if set. Fix compilation failures so they raise properly.
…-errors move cleanup into the executing thread (#1214)
add links to docs
Update CHANGELOG.md for Grace Kelly
Release: Grace Kelly (0.12.2)
cmcarthur
approved these changes
Jan 15, 2019
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Update master to fix incorrect
--version
information for folks on older versions of dbt