Skip to content

Commit c283cb6

Browse files
authored
Merge pull request #1973 from LBHackney-IT/di-471-improvements-to-dq-outputs
Remove defunct drop columns function
2 parents 358d88d + 5879c6a commit c283cb6

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

scripts/jobs/housing/housing_apply_gx_dq_tests.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,6 @@ def main():
141141
results_df['import_day'] = datetime.today().day
142142
results_df['import_date'] = datetime.today().strftime('%Y%m%d')
143143

144-
results_df = results_df.drop(columns={'exception_info.exception_traceback'})
145-
146144
# set dtypes for Athena
147145
dtype_dict = {'expectation_config.type': 'string',
148146
'expectation_config.kwargs.batch_id': 'string',

0 commit comments

Comments
 (0)