datascan/bulk-creation-scripts/dataquality /main.py [95:106]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
            response = createDatascan(
                gcp_project_id,
                location_id,
                datascan_id,
                payload
            )

            if response is not None:
                    print(f"{datascan_id} has been created successfully.")
                    print(f"LRO ID for {datascan_id}: ",response.name.split('/')[-1])

    else:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



datascan/bulk-creation-scripts/main.py [82:91]:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
                response = createDatascan(
                    gcp_project_id,
                    location_id,
                    datascan_id,
                    payload
                )
                if response is not None:
                    print(f"{datascan_id} has been created successfully.")
                    print(f"LRO ID for {datascan_id}: ",response.name.split('/')[-1])
    else:
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -



