DatabricksSparkPythonActivity Class
DatabricksSparkPython activity.
All required parameters must be populated in order to send to Azure.
- Inheritance
-
azure.synapse.artifacts.models._models_py3.ExecutionActivityDatabricksSparkPythonActivity
Constructor
DatabricksSparkPythonActivity(*, name: str, python_file: object, additional_properties: Optional[Dict[str, object]] = None, description: Optional[str] = None, depends_on: Optional[List[azure.synapse.artifacts.models._models_py3.ActivityDependency]] = None, user_properties: Optional[List[azure.synapse.artifacts.models._models_py3.UserProperty]] = None, linked_service_name: Optional[azure.synapse.artifacts.models._models_py3.LinkedServiceReference] = None, policy: Optional[azure.synapse.artifacts.models._models_py3.ActivityPolicy] = None, parameters: Optional[List[object]] = None, libraries: Optional[List[Dict[str, object]]] = None, **kwargs)
Parameters
Required
Unmatched properties from the message are deserialized to this collection.
- python_file
- object
Required
Required. The URI of the Python file to be executed. DBFS paths are supported. Type: string (or Expression with resultType string).
Feedback
Submit and view feedback for