Skip to content

Commit

Permalink
refactor metadata and verify schema using json schema (lightdash#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
owlas authored May 14, 2021
1 parent 9e926c9 commit c79c434
Show file tree
Hide file tree
Showing 9 changed files with 5,374 additions and 63 deletions.
2 changes: 1 addition & 1 deletion dbt2looker/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ def get_manifest(prefix: str):
path = paths[0]
with open(path, 'r') as f:
raw_manifest = json.load(f)
parser.validate_manifest(raw_manifest) # FIX
parser.validate_manifest(raw_manifest)
logging.debug(f'Detected valid manifest at {path}')
return raw_manifest

Expand Down
Empty file.
Loading

0 comments on commit c79c434

Please sign in to comment.