Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 827 Bytes

SparkPythonTask.md

File metadata and controls

12 lines (7 loc) · 827 Bytes

SparkPythonTask

Properties

Name Type Description Notes
python_file String The Python file to be executed. Cloud file URIs (such as dbfs:/, s3:/, adls:/, gcs:/) and workspace paths are supported. For python files stored in the Databricks workspace, the path must be absolute and begin with /. This field is required.
parameters Option<Vec> Command line parameters passed to the Python file. Use Task parameter variables to set parameters containing information about job runs. [optional]

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