We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 358d88d + 5879c6a commit c283cb6Copy full SHA for c283cb6
scripts/jobs/housing/housing_apply_gx_dq_tests.py
@@ -141,8 +141,6 @@ def main():
141
results_df['import_day'] = datetime.today().day
142
results_df['import_date'] = datetime.today().strftime('%Y%m%d')
143
144
- results_df = results_df.drop(columns={'exception_info.exception_traceback'})
145
-
146
# set dtypes for Athena
147
dtype_dict = {'expectation_config.type': 'string',
148
'expectation_config.kwargs.batch_id': 'string',
0 commit comments