EggLibrary Class
Specifies an Egg 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 EggLibrary.
Constructor
EggLibrary(library=None)
Parameters
Name | Description |
---|---|
library
|
The URI of the Egg to be installed. Only DBFS and S3 URIs are supported. Default value: None
|