Maurits de Ruiter
11/23/2021, 4:45 PMif status in ['SUCCEEDED', 'FAILED']:
fails with the following error:
TypeError: 'sequence' not supported between instances of 'str' and 'tuple'
If we log the type of string and array, it returns their types correctly.Maurits de Ruiter
11/23/2021, 4:46 PMif 'Contents' not in page:
Where page is a dict. The error here is:
TypeError: 'dict' not supported between instances of 'str' and 'dict'
Jake Kaplan
11/23/2021, 4:50 PMMaurits de Ruiter
11/23/2021, 5:00 PMJake Kaplan
11/23/2021, 5:04 PMMaurits de Ruiter
11/23/2021, 5:05 PMMaurits de Ruiter
11/24/2021, 4:27 PMMaurits de Ruiter
11/24/2021, 4:28 PM