Command that manages catalog metadata.

Usage

athena-catalog [OPTIONS] COMMAND [ARGS]...
Option Description
-h, –help Show built-in help documentation.
-v, –verbose Enable verbose output.

Commands

Update

Updates metadata for all registered services.

athena-catalog update [OPTIONS] <service_tags>
Option Description
-a, –all Update all catalog items.
-f, –force Force execution (auto confirm user input).
Arguments
  • <service_tags> - Comma separated list of service tags to update catalog metadata for.

Extending

To modify catalog operations edit catalog.yml in environment playbook directory.

Examples

To update catalog metadata for freeipa and redmine:

athena-catalog update freeipa,redmine

To update catalog metadata for all services:

athena-catalog update --all