Configuring Destination Details for Output Datasets
When working on the Canvas, you may generate an output dataset. You can configure the Destination Details to specify where the latest output dataset will be stored each time the canvas flow runs.
Steps to Configure Destination Details:
Select the Output Dataset – Click on the output dataset block on the canvas to open the side sheet.
Choose a Data Connector – Select the connector where you want to save the output dataset. The available fields vary based on the selected connector.
Specify Table Name (for MySQL Connector) – If using a MySQL database connector, enter the table name where the output dataset should be stored.
Set Save Mode – Choose either:
Append – Adds new data to the existing dataset, provided both share the same schema.
Replace – Replaces the existing dataset with the latest output.
Save the Configuration – Click Save to apply the changes. You can then use the Export option to send the dataset to the selected connector.
Once saved, the destination connector appears as a node on the canvas, serving as a visual indicator that the output dataset is linked to a destination.
Additional Actions:
Delete Connector – Remove the connector linked to the output dataset using the Delete button.
Preview Data – Click Preview to view the contents of the dataset.
Use AI Guide – Get AI-generated prompts to explore and analyze the dataset.
Run Recipes – Click the + (plus) button to apply different recipes and perform data transformations.
Export Dataset – Click the ellipses (⋮) icon to export the dataset as CSV or Parquet.
Delete Dataset – Click the ellipses (⋮) icon to remove the output dataset from the canvas.
Last updated