Python
@morph.func
By adding the @morph.func
annotation, you can register the function to be executed with morph.
Parameters
The name of the process, which can also be used as an alias when called from other files.
A description of the process can be written.
The output destination of the result file.
Refer to here for the description method.
Specifies the format of the output result. If not specified, the system will automatically infer it.
Values: dataframe
, visualization
, markdown
, json
Specifies the cache expiration time of the data pipeline execution result in seconds.