Download OpenAPI specification:Download
Marquez is an open source metadata service for the collection, aggregation, and visualization of a data ecosystem's metadata.
+ " fill="currentColor">Download OpenAPI specification:Download
Marquez is an open source metadata service for the collection, aggregation, and visualization of a data ecosystem's metadata.
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
), underscores (_
), dashes (-
), colons (:
), slashes (/
), or dots (.
). 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.
namespace required | string <= 1024 characters Example: my-namespace The name of the namespace. |
ownerName required | string The owner of the namespace. @@ -2383,7 +2383,7 @@Response samples
Content type application/json { |