Skip to main content

What does Atlan crawl from Confluent Schema Registry?

Atlan crawls and maps the following assets and properties from Confluent Schema Registry.

Subjects

Atlan maps subjects from Confluent Schema Registry to its SchemaRegistrySubject asset type.

Source propertyAtlan property
subjectname
schemaTypeschemaRegistrySchemaType
idschemaRegistrySchemaId
subject (base name without -key/-value suffix)schemaRegistrySubjectBaseName
subject ends with -keyschemaRegistrySubjectIsKeySchema
compatibilityLevelschemaRegistrySubjectSchemaCompatibility
version (latest)schemaRegistrySubjectLatestSchemaVersion
schema (latest definition)schemaRegistrySubjectLatestSchemaDefinition

Schema versions

Atlan maps each schema version to its SchemaRegistryVersion asset type, allowing you to track the full version history of a subject.

Source propertyAtlan property
version numberversionNumber
schema definitionversionSchemaDefinition
schema type (AVRO, JSON, PROTOBUF)versionSchemaType
parent subject qualified namesubjectQualifiedName

See also