dataflow.init
Applicability
|
Product |
Supported |
|---|---|
|
|
√ |
|
|
√ |
|
|
x |
|
|
x |
|
|
x |
Function Description
Initializes options in DataFlow.
Prototype
1
|
init(flow_options) |
Parameters
Returns
None is returned in normal scenarios.
A DfException is thrown upon exceptions. You can catch DfException and retrieve its error_code and message attributes to check the specific error code and error details. For details, see DataFlow Error Codes.
Examples
1 2 |
import dataflow as df df.init(...) |
Constraints
None
Parent topic: Runtime APIs