R/data-structures.R
python_wheel_task.Rd
Python Wheel Task
python_wheel_task(package_name, entry_point = NULL, parameters = list())
Name of the package to execute.
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().
$packageName.$entryPoint()
Command-line parameters passed to python wheel task.
Other Task Objects: condition_task(), email_notifications(), for_each_task(), libraries(), new_cluster(), notebook_task(), pipeline_task(), run_job_task(), spark_jar_task(), spark_python_task(), spark_submit_task(), sql_file_task(), sql_query_task()
condition_task()
email_notifications()
for_each_task()
libraries()
new_cluster()
notebook_task()
pipeline_task()
run_job_task()
spark_jar_task()
spark_python_task()
spark_submit_task()
sql_file_task()
sql_query_task()