Skip to main content

export atlas

metacrafter export atlas <results.json> \
--table-qn "postgres.public.users" \
--atlas-url "http://localhost:21000" \
--username admin \
--password admin

Options

FlagMeaning
--table-qnAtlas table qualified name (required)
--atlas-urlServer URL, or ATLAS_URL
--username / --passwordCredentials, or ATLAS_USERNAME / ATLAS_PASSWORD
--add-pii-classificationsPII classifications (default on)
--add-datatype-classificationsDatatype classifications (default on)
--add-attributesCustom attributes (default on)
--min-confidenceDrop weaker matches
--entity-typeAtlas entity type for columns (default rdbms_column)
--replaceReplace existing metadata instead of merging

Full workflow: Apache Atlas integration.