dataflow.init
Applicable Products
|
Product |
Supported |
|---|---|
|
|
√ |
|
|
√ |
|
|
x |
|
|
x |
|
|
x |
Function Description
Initializes options in DataFlow.
Prototype
1
|
init(flow_options) |
Parameters
Returns
None is returned in normal scenarios.
The DfException exception is reported in abnormal scenarios. You can obtain error_code and message in DfException to view the error code and error information. For details, see DataFlow Error Codes.
Examples
1 2 |
import dataflow as df df.init(...) |
Constraints
None
Parent topic: Runtime APIs