このページは、お客様の言語ではご利用いただけません。Huawei Cloudは、より多くの言語バージョンを追加するために懸命に取り組んでいます。ご協力ありがとうございました。

Compute
Elastic Cloud Server
Huawei Cloud Flexus
Bare Metal Server
Auto Scaling
Image Management Service
Dedicated Host
FunctionGraph
Cloud Phone Host
Huawei Cloud EulerOS
Networking
Virtual Private Cloud
Elastic IP
Elastic Load Balance
NAT Gateway
Direct Connect
Virtual Private Network
VPC Endpoint
Cloud Connect
Enterprise Router
Enterprise Switch
Global Accelerator
Management & Governance
Cloud Eye
Identity and Access Management
Cloud Trace Service
Resource Formation Service
Tag Management Service
Log Tank Service
Config
OneAccess
Resource Access Manager
Simple Message Notification
Application Performance Management
Application Operations Management
Organizations
Optimization Advisor
IAM Identity Center
Cloud Operations Center
Resource Governance Center
Migration
Server Migration Service
Object Storage Migration Service
Cloud Data Migration
Migration Center
Cloud Ecosystem
KooGallery
Partner Center
User Support
My Account
Billing Center
Cost Center
Resource Center
Enterprise Management
Service Tickets
HUAWEI CLOUD (International) FAQs
ICP Filing
Support Plans
My Credentials
Customer Operation Capabilities
Partner Support Plans
Professional Services
Analytics
MapReduce Service
Data Lake Insight
CloudTable Service
Cloud Search Service
Data Lake Visualization
Data Ingestion Service
GaussDB(DWS)
DataArts Studio
Data Lake Factory
DataArts Lake Formation
IoT
IoT Device Access
Others
Product Pricing Details
System Permissions
Console Quick Start
Common FAQs
Instructions for Associating with a HUAWEI CLOUD Partner
Message Center
Security & Compliance
Security Technologies and Applications
Web Application Firewall
Host Security Service
Cloud Firewall
SecMaster
Anti-DDoS Service
Data Encryption Workshop
Database Security Service
Cloud Bastion Host
Data Security Center
Cloud Certificate Manager
Edge Security
Blockchain
Blockchain Service
Web3 Node Engine Service
Media Services
Media Processing Center
Video On Demand
Live
SparkRTC
MetaStudio
Storage
Object Storage Service
Elastic Volume Service
Cloud Backup and Recovery
Storage Disaster Recovery Service
Scalable File Service Turbo
Scalable File Service
Volume Backup Service
Cloud Server Backup Service
Data Express Service
Dedicated Distributed Storage Service
Containers
Cloud Container Engine
SoftWare Repository for Container
Application Service Mesh
Ubiquitous Cloud Native Service
Cloud Container Instance
Databases
Relational Database Service
Document Database Service
Data Admin Service
Data Replication Service
GeminiDB
GaussDB
Distributed Database Middleware
Database and Application Migration UGO
TaurusDB
Middleware
Distributed Cache Service
API Gateway
Distributed Message Service for Kafka
Distributed Message Service for RabbitMQ
Distributed Message Service for RocketMQ
Cloud Service Engine
Multi-Site High Availability Service
EventGrid
Dedicated Cloud
Dedicated Computing Cluster
Business Applications
Workspace
ROMA Connect
Message & SMS
Domain Name Service
Edge Data Center Management
Meeting
AI
Face Recognition Service
Graph Engine Service
Content Moderation
Image Recognition
Optical Character Recognition
ModelArts
ImageSearch
Conversational Bot Service
Speech Interaction Service
Huawei HiLens
Video Intelligent Analysis Service
Developer Tools
SDK Developer Guide
API Request Signing Guide
Terraform
Koo Command Line Interface
Content Delivery & Edge Computing
Content Delivery Network
Intelligent EdgeFabric
CloudPond
Intelligent EdgeCloud
Solutions
SAP Cloud
High Performance Computing
Developer Services
ServiceStage
CodeArts
CodeArts PerfTest
CodeArts Req
CodeArts Pipeline
CodeArts Build
CodeArts Deploy
CodeArts Artifact
CodeArts TestPlan
CodeArts Check
CodeArts Repo
Cloud Application Engine
MacroVerse aPaaS
KooMessage
KooPhone
KooDrive

Configuring Basic Information

Updated on 2023-09-21 GMT+08:00

Overview

You can convert data among different data sources by creating a data integration task on ROMA Connect. Based on your configured data integration task, ROMA Connect determines how to integrate data in a specific data table at the source to a data table at the destination.

A data integration task includes basic information, schedule (optional), source information, destination information, mapping information, fault information storage (optional), and post-integration operation (optional). This topic describes how to configure basic information and create a schedule for a data integration task.

Prerequisites

  • The source and destination data sources have been connected to ROMA Connect. (For details, see Connecting to Data Sources.)
  • ROMA Connect has the permission to write data to the destination.
  • If you need to configure data storage for abnormal synchronization is abnormal, ensure that the OBS data source has been connected. For details, see Connecting to an OBS Data Source.

Configuring Basic Information

  1. Log in to the ROMA Connect console. On the Instances page, click View Console of an instance.
  2. In the navigation pane on the left, choose Fast Data Integration > Task Management. On the displayed page, click Create Common Task.
  3. On the Create Task page, configure basic task information.
    Table 1 Basic task information

    Parameter

    Description

    Task Name

    Enter a task name. It is recommended that you enter a name based on naming rules to facilitate search.

    Description

    Enter a brief description of the task.

    Integration Mode

    Select Scheduled as the mode used for data integration.

    • Scheduled: A data integration task is executed according to the schedule to integrate data from the source to the destination.
    • Real-Time: The data integration task continuously detects updates to the data at the source and integrates updates to the destination in real time.

    The data integration mode varies depending on the data source. For details, see Table 1.

    Tag

    Add or select an existing tag to classify tasks for quick search. New tags are saved when you save the task and can be searched directly when you create another task.

    Enterprise Project

    Select an enterprise project. You can associate an instance with the enterprise project. This configuration option is available only for enterprise accounts.

  4. Proceed to the next step.

(Optional) Creating a Schedule

If Integration Mode of a task is set to Scheduled, you need to configure schedule information for the task.

NOTE:
  • If you need to modify a schedule after a data integration task is created, stop the task first.
  • If a large amount of data needs to be synchronized and the task execution interval is short, the next task scheduling time may arrive before the previous task scheduling is complete. In this case, ROMA Connect suspends new scheduling and waits until the previous scheduling is complete.
  1. On the Create Task page, configure schedule information. ROMA Connect provides two methods for configuring a schedule:
    • GUI configuration

      Currently, only the simple periodic configuration is supported, for example, every few minutes, hours, or days.

      Figure 1 GUI configuration
      Table 2 Simple GUI configuration

      Parameter

      Description

      Quartz Cron Expression

      Select Do not use.

      Unit

      Set the unit of the task execution period. The value can be Minute, Hour, Day, Week, or Month.

      Period

      Set the task execution cycle. The value range varies depending on the value of Unit.

      For example, if Unit is set to Day and Period is set to 1, the data integration task is executed once a day.

      Effective Time

      Start time of a task.

      Description

      Enter the description of the schedule.

    • Using Quartz Cron expression

      The Quartz Cron expression supports flexible schedules. For example, a task can be executed every 15 minutes from 01:00 a.m. to 04:00 a.m. every day based on the settings of the Quartz Cron expression. Such a schedule cannot be implemented through simple GUI configuration, but using the Quartz Cron expression.

      0 0/15 1-4 * * ?
      Figure 2 Quartz Cron expression
      Table 3 Using Quartz Cron expression

      Parameter

      Description

      Quartz Cron Expression

      Select Use.

      Expression Schedule

      Specify the Quartz Cron expression for the schedule. Currently, ROMA Connect supports only minute-level schedules. The second in the expression is fixed to 0. For details, see Appendix: Quartz Cron Expression Configuration.

      For example, if a task needs to be executed every 15 minutes from 01:00 a.m. to 04:00 a.m. every day, the Quartz Cron expression corresponding to the schedule is as follows:

      0 0/15 1-4 * * ?

      Effective Time

      Start time of a task.

      Description

      Enter the description of the schedule.

  2. After configuring the task schedule, proceed with Configuring Source Information.

We use cookies to improve our site and your experience. By continuing to browse our site you accept our cookie policy. Find out more

Feedback

Feedback

Feedback

0/500

Selected Content

Submit selected content with the feedback