C3 AI Documentation Home

ADLS Output Node

Export data from Visual Notebooks to Azure Data Lake Storage (ADLS). You must have an existing ADLS account to use this node. For more information about ADLS, see Azure Data Lake Storage.

Prerequisites

Follow the steps below to connect your ADLS account to Visual Notebooks.

  1. Sign into Azure Portal and navigate to ADLS storage account
  2. Select Access Keys from the lefthand navigation menu ADLS Access Keys menu
  3. Show either of the keys and copy the value ADLS key value
  4. In Visual Notebooks, drag an ADLS node onto the canvas
  5. Select the gear icon beside the Credential field ADLS credential settings
  6. Select the plus sign in the upper right corner Add new ADLS credential
  7. Paste the contents of the storage account name into Account Name and key into Account Key Configure ADLS credentials

Configuration

ADLS configuration options

FieldDescription
Name OptionalName of the node An optional user-specified node name displayed in the canvas, both on the node and in the dataframe as a tab.
Credential RequiredThe information needed to access ADLS data Select a saved credential from the dropdown menu. Select the gear icon to add a new credential or delete existing credentials.
Container RequiredThe ADLS container to upload into Enter the name of an existing ADLS container.
Prefix Default: /The prefix for the file Enter a new or existing prefix. Prefixes are similar to directories in a file system.
File Default: OffThe file name Enter a name for the CSV file that will be uploaded to ADLS.
Delimiter Default: CommaThe character that separates values Set the delimiter to comma, pipe, colon, semicolon, tab, or space.
Quote Default: 'The character that surrounds values to ignore Set the quote to any character. Delimiters inside quotes are ignored.
Has Header Default: OnHeader data to be used as column names Toggle the "Has Header" switch on to use the dataframe column names as the first row of the CSV file.

Node Inputs/Outputs

InputA Visual Notebooks dataframe
OutputNone

Example ADLS output

Figure 1: Example output

Examples

Follow the steps below to save data from Visual Notebooks to ADLS.

  1. Connect an ADLS output node to an existing node.
  2. Select the saved credentials used to access ADLS. If you have not yet saved credentials, follow the steps in the Prerequisites section above.
  3. Enter the name of an ADLS container and enter a name for the file.
  4. Select Run to save the data to ADLS.

Although the node doesn't display any output, the data saves successfully. The data should be present in your ADLS account.

ADLS output configuration

Figure 2: ADLS output node

Was this page helpful?