Newer Version Available

This content describes an older version of this product. View Latest

WaveDataflow

Represents the WaveDataflow object in the Analytics application. This type extends the MetadataWithContent metadata type and inherits its content and fullName fields.

File Suffix and Directory Location

WaveDataflow components have the suffix .wdf and are stored in the wave folder.

Version

WaveDataflow components are available in API version 37.0 and later.

Fields

Field Name Field Type Description
description string The dataflow description that appears in the user interface.
masterLabel string Required. The dataflow name that appears in the user interface.

Declarative Metadata Sample Definition

The following is an example of a WaveDataflow component.

1<?xml version="1.0" encoding="UTF-8"?>
2<WaveDataflow xmlns="http://soap.sforce.com/2006/04/metadata" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">    <content xsi:nil="true"/>
3    <description>flow1</description>
4    <masterLabel>flow1</masterLabel>
5</WaveDataflow>