Skip to content

Commit

Permalink
remove repated to_flat_graph() call
Browse files Browse the repository at this point in the history
  • Loading branch information
Jacob Beck committed Jul 17, 2019
1 parent c0aabc7 commit 6be4ac0
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## dbt 0.14.1

### Breaking changes
- the undocumented "graph" variable was removed from the parsing context ([#1615](https://github.com/fishtown-analytics/dbt/pull/1615))

## dbt 0.14.0 - Wilt Chamberlain (July 10, 2019)

### Overview
Expand Down
2 changes: 0 additions & 2 deletions core/dbt/context/common.py
Original file line number Diff line number Diff line change
Expand Up @@ -398,8 +398,6 @@ def generate_base(model, model_dict, config, manifest, source_config,
"exceptions": dbt.exceptions.wrapped_exports(model),
"execute": provider.execute,
"flags": dbt.flags,
# TODO: Do we have to leave this in?
"graph": manifest.to_flat_graph(),
"log": log,
"model": model_dict,
"modules": get_context_modules(),
Expand Down

0 comments on commit 6be4ac0

Please sign in to comment.