
templates.data-delivery-pyspark.abstract.data.action.impl.py.vm Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of foundation-mda Show documentation
Show all versions of foundation-mda Show documentation
Model driven architecture artifacts for aiSSEMBLE
from ..generated.step.abstract_data_action import AbstractDataAction
from krausening.logging import LogManager
class AbstractDataActionImpl(AbstractDataAction):
"""
Contains the general concepts needed to perform a base aiSSEMBLE Reference Architecture Data Action.
A Data Action is a step within a Data Flow. Business logic implemented in this class will be inherited by
all Data Flow pipeline steps.
GENERATED CODE - DO MODIFY.
Generated from: ${templateName}
"""
logger = LogManager.get_instance().get_logger("AbstractDataActionImpl")
def __init__(self, data_action_type, descriptive_label):
super().__init__(data_action_type, descriptive_label)
© 2015 - 2025 Weber Informatics LLC | Privacy Policy