Skip to content

Commit

Permalink
Removing is_cedar references to align with HM
Browse files Browse the repository at this point in the history
  • Loading branch information
maxsibilla committed Dec 18, 2023
1 parent 1aae5f3 commit 8356729
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/ingest_validation_tools/upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -635,7 +635,6 @@ def _check_path(
ref: str,
schema_version: SchemaVersion,
metadata_path: Union[str, Path],
is_cedar: bool = False,
) -> Optional[Dict]:
# TODO: it's weird that this method does two wildly different things; fix
errors: Dict[
Expand All @@ -649,8 +648,7 @@ def _check_path(
ref_errors = get_data_dir_errors(
schema_version.dir_schema,
path,
dataset_ignore_globs=self.dataset_ignore_globs,
is_cedar=is_cedar,
dataset_ignore_globs=self.dataset_ignore_globs
)
if ref_errors:
# TODO: quote field name to match TSV error output;
Expand Down

0 comments on commit 8356729

Please sign in to comment.