Skip to content

Metadata loaders

This content has moved!

We have moved our samples to a separate, dedicated site: https://solutions.atlan.com.

This document is no longer being maintained.

The loaders provide examples to ingest metadata into Atlan, each in an idempotent manner:

  • EnrichmentLoader updates (or creates, if it does not exist) metadata about all assets, as extracted by the EnrichmentReporter.
  • DocumentationTemplateLoader creates (or updates, if it already exists) metadata about tabular assets (databases, schemas, tables, columns), object store assets (accounts, buckets, objects), and the lineage between them.
  • OpenAPISpecLoader updates (or creates, if it does not exist) metadata about API assets — specs and paths — from an OpenAPI JSON specification. (Unlike the other loaders, this does not use a spreadsheet but the OpenAPI JSON specification directly.)