in services/ui_backend_service/data/db/tables/task.py [0:0]
def select_columns(self):
# NOTE: We must use a function scope in order to be able to access the table_name variable for list comprehension.
return ["{table_name}.{col} AS {col}".format(table_name=self.table_name, col=k) for k in self.keys]