File tree Expand file tree Collapse file tree 3 files changed +6
-3
lines changed
Expand file tree Collapse file tree 3 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 11gspread==6.2.0
22oauth2client==4.1.3
3- google-api-python-client==2.166 .0
3+ google-api-python-client==2.167 .0
44yagmail==0.15.293
Original file line number Diff line number Diff line change @@ -136,6 +136,9 @@ def main():
136136 value = results_df .set_index (['expectation_config.type' , 'dataset_name' ]).index .factorize ()[0 ] + 1 )
137137 results_df ['expectation_id' ] = results_df ['expectation_config.type' ] + "_" + results_df ['dataset_name' ]
138138
139+ # convert single column to string to avoid conversion error later on
140+ results_df ['result.unexpected_list' ] = results_df ['result.unexpected_list' ].astype (str )
141+
139142 results_df ['import_year' ] = datetime .today ().year
140143 results_df ['import_month' ] = datetime .today ().month
141144 results_df ['import_day' ] = datetime .today ().day
Original file line number Diff line number Diff line change @@ -992,11 +992,11 @@ module "interim_cycle_wait_list" {
992992 landing_zone_bucket_id = module. landing_zone_data_source . bucket_id
993993 landing_zone_kms_key_arn = module. landing_zone_data_source . kms_key_arn
994994 landing_zone_bucket_arn = module. landing_zone_data_source . bucket_arn
995- google_drive_document_id = " 1fYM5i_y3UyFIVySwxt-zj9ogBtSsTcPZ "
995+ google_drive_document_id = " 16Afw1hQb3Nqmi6iYyTWwH70ecM8k7m_3 "
996996 glue_job_name = " interim_cycle_wait_list"
997997 output_folder_name = " g-drive"
998998 raw_zone_bucket_id = module. raw_zone_data_source . bucket_id
999- input_file_name = " Interim_Cycle_Hangar_Wait_List/interim_cycle_wait_list @ 31-03 -2025.csv"
999+ input_file_name = " Interim_Cycle_Hangar_Wait_List/interim_cycle_wait_list @ 17-04 -2025.csv"
10001000 ingestion_schedule = " cron(0 21 * * ? *)"
10011001 enable_bookmarking = true
10021002 worksheets = {
You can’t perform that action at this time.
0 commit comments