All Products
Search
Document Center

Platform For AI:Write table

Last Updated:Apr 01, 2026

The Write Table component writes data to a MaxCompute table. Use this component at the end of a Machine Learning Designer pipeline to persist results or intermediate data in MaxCompute.

Prerequisites

Before you begin, make sure you have:

Limitations

Write Table runs only on MaxCompute computing resources.

Configure the Write Table component

  1. In the PAI console, open Machine Learning Designer and open your pipeline.

  2. Drag Write Table from the component panel onto the canvas and connect it to the upstream component that produces the data you want to save.

  3. Click Write Table to open the Properties panel on the right.

  4. Set the parameters described in the following table.

    ParameterDescription
    New Table NameThe name of the MaxCompute table to write data to.
    PartitionSelect this option if the destination table is a partitioned table. The destination partitioned table must already exist before you run the pipeline.
    LifecycleThe lifecycle of the specified table. The value must be an integer. If left blank, the table has no lifecycle.
  5. Submit the pipeline to run.