clouddq-migration/main.py [96:105]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            source_project = task_fields[0]
            source_region = task_fields[1]
            lake_id = task_fields[2]
            task_id = task_fields[3]

            # get data quality yaml spec
            yaml_data, trigger_spec = get_yaml_data(source_project,source_region, lake_id, task_id)

            # generate config
            config = generate_config(yaml_data)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



clouddq-migration/main.py [147:156]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            source_project = task_fields[0]
            source_region = task_fields[1]
            lake_id = task_fields[2]
            task_id = task_fields[3]

            # get data quality yaml spec
            yaml_data, trigger_spec = get_yaml_data(source_project,source_region, lake_id, task_id)

            # generate config
            config = generate_config(yaml_data)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



