Amit Singh
04/30/2020, 3:09 PMTypeError: 'GetItem' object is not iterable
Avi A
04/30/2020, 3:10 PMAmit Singh
04/30/2020, 3:13 PMwith Flow('prepare_for_etl_flow Task') as flow:
athena_tables = get_athena_tablenames(group_code)
print(type(athena_tables))
print(athena_tables['data'])
for athena_tbl in athena_tables['data']:
print(athena_tbl)
Dylan
04/30/2020, 3:15 PMAmit Singh
04/30/2020, 3:52 PMDylan
04/30/2020, 3:52 PM