Skip to main content

Module ingest

Module ingest 

Source

Enumsยง

Format ๐Ÿ”’
Transcoder ๐Ÿ”’

Constantsยง

INGEST_BATCH_SIZE ๐Ÿ”’

Functionsยง

collect_defined_types ๐Ÿ”’
Recursively collects all named type definitions from an Avro schema.
collect_type_references ๐Ÿ”’
Recursively collects type references from an Avro schema JSON value.
extract_all_defined_types ๐Ÿ”’
Extracts ALL type names defined in an Avro schema (including nested types). Returns a set of fully qualified type names.
extract_type_references ๐Ÿ”’
Extracts all type references from an Avro schema JSON string. This finds all fully qualified type names that are referenced but not defined in the schema.
make_transcoder ๐Ÿ”’
run_ingest