refactor(pipeline): Introduce ComplementaryDataProcessor for handling complementary data in transitions

This commit is contained in:
Adil Zouitine
2025-07-09 19:20:43 +02:00
parent f7bb3e2d90
commit 35612c61e1
4 changed files with 41 additions and 9 deletions

View File

@@ -13,8 +13,6 @@
# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
# See the License for the specific language governing permissions and
# limitations under the License.
from __future__ import annotations
from dataclasses import dataclass
from typing import Any