Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
awscli / awscli / examples / athena / list-data-catalogs.rst
Size: Mime:
**To list the data catalogs registered with Athena**

The following ``list-data-catalogs`` example lists the data catalogs registered with Athena. ::

    aws athena list-data-catalogs

Output::

    {
        "DataCatalogsSummary": [
            {
                "CatalogName": "AwsDataCatalog",
                "Type": "GLUE"
            },
            {
                "CatalogName": "cw_logs_catalog",
                "Type": "LAMBDA"
            },
            {
                "CatalogName": "cw_metrics_catalog",
                "Type": "LAMBDA"
            }
        ]
    }

For more information, see `Listing Registered Catalogs: list-data-catalogs <https://docs.aws.amazon.com/athena/latest/ug/datastores-hive-cli.html#datastores-hive-cli-listing-registered-catalogs>`__ in the *Amazon Athena User Guide*.