C3 AI Documentation Home

Delta Lake Output Node

The Delta Lake Output node enables you to export dataframes from Visual Notebooks to Delta Lake storage.

Prerequisites

Before using the Delta Lake Output node, ensure you have valid access credentials. Follow these steps to set up a new Delta Lake connector:

  1. Add a Delta Lake Output node to your Visual Notebooks workspace
  2. Click the gear icon next to the Credential field Delta Lake credential settings
  3. Click the plus icon in the upper right corner Add new credential
  4. Enter a descriptive name for the credential
  5. Obtain your ADLS Access Key:
    • Navigate to your Delta Lake storage account in Azure Portal
    • Select Access keys from the left navigation menu
    • Copy the storage account name to Visual Notebooks Storage account name
    • Click Show keys
    • Copy one of the Key values to Visual Notebooks Access key
  6. Save your credentials in Visual Notebooks

Configuration

FieldDescription
NameThe node name displayed in your workspace Optional - Defaults to None
CredentialAuthentication information for Delta Lake access Required Select a saved credential or click the gear icon to manage credentials
ContainerTarget Delta Lake container for data upload Required Must be an existing container name
PrefixStorage prefix path for the output file Optional - Defaults to / Can be new or existing prefix

Node Inputs and Outputs

TypeDescription
InputVisual Notebooks dataframe
OutputNone - Data is exported to Delta Lake

Usage Example

  1. Connect the Delta Lake Output node to any node that produces a dataframe output
  2. Configure the node:
    • Select your Delta Lake credentials
    • Specify the target container
    • Set the desired prefix path
  3. Run the node to export your data

While the node doesn't produce a visible output in Visual Notebooks, it successfully exports your data to the specified Delta Lake location.

Delta Lake export example Figure 1: Configuring the Delta Lake Output node for data export

Was this page helpful?