describe-package-metadata

Description

Retrieves all historical metadata information about the specified data lake package, including the creation date, unique ID, and all tags/values.

Synopsis

describe-package-metadata
--package-id <value>

Options

--package-id (string)

Data Lake package unique id of the metadata

Example

The following retrieves the metadata information for the package "SkATH-Zke":

Command:

datalake describe-package-metadata --package-id SkATH-Zke

Output:

{
    "Items":
    [
        {
            "created_at":"2016-10-16T22:10:15Z",
            "created_by":"usera_example_com",
            "package_id":"SkATH-Zke",
            "metadata_id":"BkkRc_Z1g",
            "metadata":[
                {
                    "tag":"Format",
                    "value":"Data frame with two columns (g) The deviation of the estimate from 980.000 centimetres per second squared, (series) A factor describing from which experiment the estimate was derived"
                },
                {
                    "tag":"Source",
                    "value":"Cressie, N. (1982) Playing safe with misweighted means. Journal of the American Statistical Association, 77, 754–759."
                },
                {
                    "tag":"Category",
                    "value":"gravity"
                }
            ]
        },
        {
            "created_at":"2016-10-16T13:51:02Z",
            "created_by":"usera_example_com",
            "package_id":"SkATH-Zke",
            "metadata_id":"HylRaHZZJe",
            "metadata":[
                {
                    "tag":"Source",
                    "value":"Cressie, N. (1982) Playing safe with misweighted means. Journal of the American Statistical Association, 77, 754–759."
                },
                {
                    "tag":"Category",
                    "value":"gravity"
                }
            ]
        }
    ],
    "Count":2,
    "ScannedCount":2
}

Output

Package metadata -> (list)