All Downloads are FREE. Search and download functionalities are using the official Maven repository.

templates.data-delivery-data-records.pyspark.schema.impl.py.vm Maven / Gradle / Ivy

The newest version!
from ..generated.schema.${record.snakeCaseName}_schema_base import ${record.capitalizedName}SchemaBase


class ${record.capitalizedName}Schema(${record.capitalizedName}SchemaBase):
    """
    PySpark schema for ${record.capitalizedName}.

    This schema serves the following purpose: ${record.description}

    GENERATED STUB CODE - Please **DO** modify with your customizations, as appropriate.

    Originally generated from: ${templateName}
    """

    def __init__(self):
        super().__init__()




© 2015 - 2025 Weber Informatics LLC | Privacy Policy