JarLibrary Class
Specifies a JAR library for use in a DatabricksStep pipeline step.
For an example of working with a DatabricksStep and specifying libraries, see the notebook https://aka.ms/pl-databricks.
Initialize JarLibrary.
Constructor
JarLibrary(library=None)
Parameters
Name | Description |
---|---|
library
|
The URI of the JAR to be installed. Only DBFS and S3 URIs are supported. Default value: None
|