Skip to content

Commit

Permalink
take 2
Browse files Browse the repository at this point in the history
  • Loading branch information
JimBryant7 committed Sep 23, 2024
1 parent d55d179 commit 856f0a4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions dpypelines/s3_tar_received.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,9 @@ def start(s3_object_name: str):

#This method will use a schema to validate the manifest.json
try:
import os
print(os.getcwd())
print(os.listdir())
schema_dir = Path(__file__).parents[1]
schema_path = Path(schema_dir / "schemas/manifest_v1_schema.json")
validate_json_schema(schema_path=schema_path,data_dict=manifest_dict, error_msg="Invalid manifest")
Expand Down

0 comments on commit 856f0a4

Please sign in to comment.