asap.module package
Subpackages
Submodules
asap.module.render_module module
- class asap.module.render_module.RenderModule(schema_type=None, *args, **kwargs)[source]
Bases:
ArgSchemaParserNote
This class takes a ArgSchema as an input to parse inputs , with a default schema of type
RenderParameters- default_schema
alias of
RenderParameters
- exception asap.module.render_module.RenderModuleException[source]
Bases:
ExceptionBase Exception class for render module
- class asap.module.render_module.SparkModule(input_data=None, schema_type=None, output_schema_type=None, args=None, logger_name='argschema.argschema_parser')[source]
Bases:
ArgSchemaParserNote
This class takes a ArgSchema as an input to parse inputs , with a default schema of type
SparkParameters- default_schema
alias of
SparkParameters
- exception asap.module.render_module.SparkModuleError[source]
Bases:
RenderModuleExceptionerror thrown by asap spark modules
- class asap.module.render_module.StackInputModule(schema_type=None, *args, **kwargs)[source]
Bases:
RenderModuleNote
This class takes a ArgSchema as an input to parse inputs , with a default schema of type
InputStackParameters- default_schema
alias of
InputStackParameters
- class asap.module.render_module.StackOutputModule(schema_type=None, *args, **kwargs)[source]
Bases:
RenderModuleNote
This class takes a ArgSchema as an input to parse inputs , with a default schema of type
OutputStackParameters- default_schema
alias of
OutputStackParameters
- class asap.module.render_module.StackTransitionModule(schema_type=None, *args, **kwargs)[source]
Bases:
StackOutputModule,StackInputModuleNote
This class takes a ArgSchema as an input to parse inputs , with a default schema of type
OutputStackParameters
asap.module.template_module module
- class asap.module.template_module.TemplateModule(schema_type=None, *args, **kwargs)[source]
Bases:
RenderModuleNote
This class takes a ArgSchema as an input to parse inputs , with a default schema of type
TemplateParameters- default_output_schema
alias of
TemplateOutputParameters
- default_schema
alias of
TemplateParameters