{
"sections": [
"title",
"description",
"file_information",
"directory_location",
"fields",
"wsdl_segment",
"declarative_metadata_sample_definition"
],
"title": "WaveDataflow - Metadata API",
"description": "Represents the WaveDataflow object in the Analytics application. This type extends the MetadataWithContent metadata type and inherits its content and fullName fields.",
"file_information": ".wdf",
"directory_location": "wave",
"fields_columns": [
"type",
"description"
],
"fields": {
"application": {
"type": "string",
"description": "The name of the Analytics application the dataflow is connected to. This field is available in API version 48.0 and later."
},
"dataflowType": {
"type": "string",
"description": "The type of the dataflow. Supported types are User and Prepared. The default value is User This field is available in API version 41.0 and later."
},
"description": {
"type": "string",
"description": "The dataflow description that appears in the user interface."
},
"masterLabel": {
"type": "string",
"description": "The dataflow name that appears in the user interface.",
"required": true
}
},
"wsdl_segment": "```xml\n\n \n \n \n\n\n \n \n \n \n \n \n \n\n\n \n \n \n \n \n \n \n \n \n \n\n```",
"declarative_metadata_sample_definition": [
{
"description": "The following is an example of a WaveDataflow component.",
"code": "\n \n flow1\n flow1\n"
}
]
}