All Products
Search
Document Center

DataWorks:Associate a fully managed Flink computing resource

Last Updated:Mar 26, 2026

To develop and manage Flink tasks in DataWorks, associate a Realtime Compute for Apache Flink cluster as a computing resource in your workspace. Once associated, the cluster's Flink projects and resource queues become available in Data Studio for developing and running Flink SQL Streaming and Flink SQL Batch node tasks.

Prerequisites

Before you begin, ensure that you have:

Limitations

Region availability: This feature is available in the following regions only: China (Hangzhou), China (Shanghai), China (Beijing), China (Shenzhen), China (Chengdu), China (Hong Kong), Japan (Tokyo), Singapore, Malaysia (Kuala Lumpur), Indonesia (Jakarta), Germany (Frankfurt), UK (London), US (Silicon Valley), and US (Virginia).

Permissions:

OperatorRequired permissions
Alibaba Cloud accountNo extra permissions required
RAM user or RAM roleDataWorks: O&M or Workspace Administrator role, or the AliyunDataWorksFullAccess permission. See Grant a user the Workspace Administrator permissions.
RAM user or RAM roleFlink: The AliyunStreamFullAccess access policy, and management permissions on the Flink project. See Project authorization.

Associate the computing resource

  1. Log on to the DataWorks console and switch to the target region. In the left navigation pane, choose More > Management Center, select your workspace from the drop-down list, and click Go To Management Center.

  2. In the left navigation pane, click Computing Resource.

  3. Click Associate Computing Resource. On the Associate Computing Resource page, set the computing resource type to Fully Managed Flink to open the configuration page.

  4. On the Associate Fully Managed Flink Computing Resource page, configure the following parameters.

    Note

    If you chose to isolate the production and development environments when you created the workspace, you must select a Flink Workspace for both the production environment and the development environment.

    ParameterDescriptionSuggestion
    Flink WorkspaceThe Realtime Compute for Apache Flink cluster to associate. Click Create in the drop-down menu to create a new cluster.Select the cluster you activated.
    Flink NameSpaceThe Flink project within the cluster. Click Create in the drop-down menu to create a new project. See Manage projects.Select the default project generated when you activated the cluster.
    Default resource queue in which namespace is deployedThe resource queue used by the namespace. Click Create in the drop-down menu to create a new queue. See Manage resource queues.Select the default queue generated when you activated the cluster.
    Default access identityThe identity used to run tasks.The default value is Executor. Keep the default unless you have a specific access control requirement.
    Computing Resource Instance NameA custom name for this computing resource. At runtime, select the computing resource for a task by this name.Enter a name that reflects the cluster's purpose or environment, such as flink-prod.
  5. Click OK. After association, DataWorks registers the Flink workspace and namespace as a named computing resource. When creating Flink SQL tasks in Data Studio, select this resource by its instance name to route task execution to the associated cluster.

What's next

Use this computing resource when creating Flink SQL node tasks in Data Studio: