View source: R/data-structures.R
python_wheel_task | R Documentation |
Python Wheel Task
python_wheel_task(package_name, entry_point = NULL, parameters = list())
package_name |
Name of the package to execute. |
entry_point |
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 |
parameters |
Command-line parameters passed to python wheel task. |
Other Task Objects:
email_notifications()
,
libraries()
,
new_cluster()
,
notebook_task()
,
pipeline_task()
,
spark_jar_task()
,
spark_python_task()
,
spark_submit_task()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.