Skip to content

Commit

Permalink
Update data_validation/config_manager.py
Browse files Browse the repository at this point in the history
Co-authored-by: Helen Cristina <[email protected]>
  • Loading branch information
nj1973 and helensilva14 authored Dec 12, 2024
1 parent b02a910 commit 96e0430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion data_validation/config_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,7 @@ def add_rstrip_to_comp_fields(self, comparison_fields: List[str]) -> List[str]:
def _comp_field_cast(
self, source_table_schema: dict, target_table_schema: dict, field: str
) -> str:
# We check with .get() below because sometimes field is a computed name
# We check below if the field exists because sometimes it is a computed name
# like "concat__all" which is not in the real table.
source_type = (
source_table_schema[field] if field in source_table_schema else None
Expand Down

0 comments on commit 96e0430

Please sign in to comment.