tecton.EMRJsonClusterConfig
Summary​
Configuration used to specify materialization clusters using json on EMR.
This class describes the attributes of the new clusters which are created in EMR 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 EMRJsonClusterConfig
access our
documentation
here.