tecton.DatabricksJsonClusterConfig
Summary​
Configuration used to specify materialization clusters using json on Databricks.
This class describes the attributes of the new clusters which are created in Databricks during materialization jobs.
Attributes​
The attributes are the same as the __init__
method parameters. See below.
Methods​
__init__(...)​
Parameters​
json
(Optional
[str
]) – A JSON string used to directly configure the cluster used in materialization. (Default:None
)
info
For detailed information on how to configure DatabricksJsonClusterConfig
access our documentation
here.