Skip to content
  • There are no suggestions because the search field is empty.

LoadControl Options (Project)

Description

The LoadControl Options Property is available in Project Settings.

You can select how the loads will be orchestrated.

Format

The LoadControl Options is a List of multiple values.

It is possible to select several values.

The possible values are:

The Native Load Control option is available only for the following target technologies: Microsoft SQL Server

  • Multi-Threading Notebook:
  • Sequential Notebook:

The Multi-Threading Notebook and Sequential Notebook options are available only for the following target technologies: Microsoft Fabric, Databricks.

  • Depending Tasks:
  • Near-realtime Tasks:
    • The data load will be orchestrated with a Load Control in the target technology
    • The orchestration will use Snowflake Dynamic Tables with Stream
    • More details: Load data with a native load control.
  • Stage-Driven Tasks:
    • The data load will be orchestrated with a Load Control in the target technology
    • A load plan by Stage Model Object will be created.
    • More details: Load data with a native load control.

The Depending Tasks, Near-realtime Tasks, and Stage-Driven Tasks options are available only for the following target technologies: Snowflake.

 

Example:

Default Value

The default value depends on the target technology:

  • Microsoft SQL Server: Native Load Control
  • Microsoft Fabric and Databricks: Multi-Threading Notebook
  • Snowflake: Depending Tasks