def convert()

in clouddq-migration/main.py [0:0]


    def convert(self, value, param, ctx):
        try:
            task_ids = value.split(',')
            return task_ids
        except Exception as e:
            self.fail('Could not parse list. Expected format: project_id.location_id.lake_id.task_id,project_id.location_id.lake_id.task_id,...')