source/forecast-shared/shared/quicksight_custom_resources/util/quicksight_application.py (4 lines): - line 52: # TODO: use the config data / file to figure out the supported_data_set_types - line 64: # TODO:RENAME: 'StackName' key name as this could be used out of stack. ApplicationName? - line 65: # TODO: create/use a uuid if no attack provided - line 68: # TODO:RENAME: quicksight_template_arn -> quicksight_source_template_arn source/forecast-shared/shared/quicksight_custom_resources/util/source_entity.py (2 lines): - line 41: # TODO:ERROR_HANDLING: assert, handle, raise, passthrough - line 70: # TODO:RENAME _get_map to something better and add pydoc source/forecast-shared/shared/quicksight_custom_resources/util/quicksight.py (2 lines): - line 29: # TODO:REFACTOR?: Move to object itself, with state in QuicksightApplication: self.get_global_state().update({'datasource': resource.get_data()}) - line 30: # TODO:REORG: delegate update of all the state to objects, which may decide to call out to QuicksightApplication source/forecast-shared/shared/quicksight_custom_resources/util/quicksight_resource.py (1 line): - line 78: # TODO:REFACTOR with use_props source/lambdas/createforecast/create_forecast.py (1 line): - line 39: # TODO: publish predictor stats to CloudWatch prior to create source/forecast-shared/shared/quicksight_custom_resources/util/analysis.py (1 line): - line 57: # TODO: would prefer a generic name here source/lambdas/createpredictor/create_predictor.py (1 line): - line 38: # TODO: publish predictor stats to CloudWatch prior to create source/forecast-shared/shared/quicksight_custom_resources/util/template.py (1 line): - line 79: # TODO: REFACTOR+MERGE with create_from_analysis after testing to be the same source/forecast-shared/shared/quicksight_custom_resources/util/dataset.py (1 line): - line 95: ImportMode="DIRECT_QUERY", # TODO: support SPICE