Relationships extraction working

This commit is contained in:
Cyber MacGeddon 2025-04-19 11:02:25 +01:00
parent 3883391f90
commit e6b1bb4919
3 changed files with 70 additions and 74 deletions

View file

@ -2,7 +2,7 @@
from pulsar.schema import Record, Bytes, String, Boolean, Array, Map, Integer
from . topic import topic
from . types import Error, RowSchema
from . types import Error
############################################################################