extract.extractors
Extractor Objects
class Extractor()
item_format
@staticmethod
def item_format(items: TDataItems) -> Optional[TLoaderFileFormat]
Detect the loader file format of the data items based on type. Currently this is either 'arrow' or 'puae-jsonl'
Returns:
The loader file format or None
if if can't be detected.
write_items
def write_items(resource: DltResource, items: TDataItems, meta: Any) -> None
Write items
to resource
optionally computing table schemas and revalidating/filtering data