Skip to content

[Feature] Make sure all transform class uses base class data_processing.runtime.pure_python.Transform #1500

Description

@santoshborse

Search before asking

  • I searched the issues and found no similar issues.

Component

Other

Feature

Most of the pure transform ( classes which takes input_folder and output_folder as args ) implements the same initialization and parameter handling logic -

To keep it DRY - there is a base class created -

Here is the example Transform which implements it :

# Licensed under the Apache License, Version 2.0 (the “License”);

We should update all the transform to avoid duplicating the code.

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions