Skip to content

Commit

Permalink
[#3885] Handle env_vars in partial parsing of SQL files (#4101)
Browse files Browse the repository at this point in the history
* [#3885] Handle env_vars in partial parsing

* Comment method to build env_vars_to_source_files

automatic commit by git-black, original commits:
  73af9a5
  a5ce658
  • Loading branch information
gshank authored and iknox-fa committed Feb 8, 2022
1 parent df74fa0 commit d7ec2d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions core/dbt/task/test.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,9 +128,7 @@ def before_execute(self):
def execute_test(
self, test: Union[CompiledSingularTestNode, CompiledGenericTestNode], manifest: Manifest
) -> TestResultData:
context = generate_runtime_model_context(
test, self.config, manifest
)
context = generate_runtime_model_context(test, self.config, manifest)

materialization_macro = manifest.find_materialization_macro_by_name(
self.config.project_name,
Expand Down

0 comments on commit d7ec2d1

Please sign in to comment.