Accelerate the Value of Data

Start Reltio object type processing tasks in Snowflake

Learn how to start a processing task in Snowflake.

Before you start processing tasks, you must have created Reltio object type processing tasks. For more information, see topic Create Reltio object type processing tasks in Snowflake.
Start tasks to begin the movement of Reltio data from Azure cloud storage to Snowflake.
To start a processing task for a Reltio object type:
  1. In the Snowflake application worksheet area, create a new SQL worksheet.
  2. In the SQL worksheet, run the command for the Reltio object type processing task. Run each command individually and then confirm the task has completed in step 3 before starting a processing task for the next object type:
    Entities start processing task (standard)Standard
    ALTER TASK "<database_name>"."<schema_name>"."entitiesTask" RESUME;
    Legacy (optional)
    ALTER TASK "<database_name>"."<schema_name>"."entities<entityType>OvTask" RESUME;
    Relations start processing task
    ALTER TASK "<database_name>"."<schema_name>"."relationsTask" RESUME;
    Interactions start processing task
    ALTER TASK "<database_name>"."<schema_name>"."interactionsTask" RESUME;
    Matches start processing task
    ALTER TASK "<database_name>"."<schema_name>"."matchesTask" RESUME;
    Merges start processing task
    ALTER TASK "<database_name>"."<schema_name>"."mergesTask" RESUME;
    Links start processing task
    ALTER TASK "<database_name>"."<schema_name>"."linksTask" RESUME;
    where:
  3. In the worksheet area, run the TASK_HISTORY command to confirm that each task is completed. For more information, see topic Task history.

    Alternatively use the Snowflake Snowsight UI to check the task history. For more information, see topic Viewing task history.

For general information, see Start snowflake processing task in the Snowflake SQL Command Reference.