Skip to content

Commit

Permalink
chore: Merge fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nj1973 committed Dec 12, 2024
1 parent e236280 commit 4f53404
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions data_validation/config_manager.py
Original file line number Diff line number Diff line change
Expand Up @@ -790,10 +790,10 @@ def append_pre_agg_calc_field(
pre_calculated_config = self.build_and_append_pre_agg_calc_config(
source_column,
target_column,
"cast",
consts.CONFIG_CAST,
column_position,
"string",
depth,
cast_type="string",
depth=depth,
)
source_column = target_column = pre_calculated_config[
consts.CONFIG_FIELD_ALIAS
Expand Down

0 comments on commit 4f53404

Please sign in to comment.