Skip to content

Commit

Permalink
1. Set up correct git config email. 2. Add missing import
Browse files Browse the repository at this point in the history
  • Loading branch information
Sumanau Sareen committed Mar 29, 2020
1 parent 2b11fc4 commit 989217d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions core/dbt/parser/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@
validator_error_message, JSONValidationException,
raise_invalid_schema_yml_version, ValidationException, CompilationException
)
from dbt.logger import GLOBAL_LOGGER as logger
from dbt.node_types import NodeType
from dbt.parser.base import SimpleParser
from dbt.parser.search import FileBlock, FilesystemSearcher
Expand Down

0 comments on commit 989217d

Please sign in to comment.