OptionalentryOptionalnamedCommand-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.
OptionalpackageName of the package to execute
OptionalparametersCommand-line parameters passed to Python wheel task. Leave it empty if named_parameters is not null.
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()