Skip to content

Commit

Permalink
Use Manifest instead of ParseResults [#3163]
Browse files Browse the repository at this point in the history
automatic commit by git-black, original commits:
  307d47e
  5030509
  6c6649f
  • Loading branch information
gshank authored and iknox-fa committed Feb 8, 2022
1 parent c39af3d commit d139fc1
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions core/dbt/parser/base.py
Expand Up @@ -70,10 +70,7 @@ def __init__(


class RelationUpdate:
def __init__(
self, config: RuntimeConfig, manifest: Manifest,
component: str
) -> None:
def __init__(self, config: RuntimeConfig, manifest: Manifest, component: str) -> None:
macro = manifest.find_generate_macro_by_name(
component=component,
root_project_name=config.project_name,
Expand Down

0 comments on commit d139fc1

Please sign in to comment.