diff --git a/docs/openapi.html b/docs/openapi.html index 908784dc30..255d570f40 100644 --- a/docs/openapi.html +++ b/docs/openapi.html @@ -286,7 +286,7 @@ 55.627 l 55.6165,55.627 -231.245496,231.24803 c -127.185,127.1864 -231.5279,231.248 -231.873,231.248 -0.3451,0 -104.688, -104.0616 -231.873,-231.248 z - " fill="currentColor">

Marquez (0.10.1)

Download OpenAPI specification:Download

License: Apache 2.0

Marquez is an open source metadata service for the collection, aggregation, and visualization of a data ecosystem's metadata.

+ " fill="currentColor">

Marquez (0.10.2)

Download OpenAPI specification:Download

License: Apache 2.0

Marquez is an open source metadata service for the collection, aggregation, and visualization of a data ecosystem's metadata.

Namespaces

Create a namespace

Creates a new namespace object. A namespace enables the contextual grouping of related jobs and datasets. Namespaces must contain only letters (a-z, A-Z), numbers (0-9), or underscores (_). A namespace is case-insensitive with a maximum length of 1024 characters. Note jobs and datasets will be unique within a namespace, but not across namespaces.

path Parameters
namespace
required
string <= 1024 characters
Example: "wework"

The name of the namespace.

Request Body schema: application/json
ownerName
required
string

The owner of the namespace.

@@ -419,7 +419,7 @@
get /tags

Local API server

http://localhost:5000/api/v1/tags

Response samples

application/json
Copy
Expand all Collapse all
{
  • "tags":
    [
    ]
}