dataflow unexpose

The dataflow unexpose command makes a dataflow unavailable for execution as either a service or as a job.

Usage

dataflow unexpose --d DataflowName
RequiredArgumentDescription
Yes--d DataflowNameSpecifies the name of the dataflow you want to unexpose. If the dataflow name contains spaces, enclose the name in quotes.
Tip: If you are unsure of the exact dataflow name you can use the dataflow list command to get a list of the dataflow names.

Example

This example unexposes the dataflow named "My Dataflow".

dataflow unexpose --d "My Dataflow"