PythonWheelTask

Properties

Name
Type
Description
Notes

package_name

Option<String>

Name of the package to execute

[optional]

entry_point

Option<String>

Named entry point to use, if it does not exist in the metadata of the package it executes the function from the package directly using $packageName.$entryPoint()

[optional]

parameters

Option<Vec>

Command-line parameters passed to Python wheel task. Leave it empty if named_parameters is not null.

[optional]

named_parameters

Command-line parameters passed to Python wheel task in the form of [\"--name=task\", \"--data=dbfs:/path/to/data.json\"]. Leave it empty if parameters is not null.

[optional]

[Back to Model list] [Back to API list] [Back to README]

Last updated