Identifier Picker
Overview
Since the data product identifier inside the builder is unique and generated as {domain}.{name}.0
, this picker automatically generates the identifier when domain
and name
fields are populated. There is also a check if there is already an existing Data Product with the same identifier.
Configuration
This picker is defined inside template.yaml
as shown:
identifier:
title: Identifier
type: string
ui:field: IdentifierPicker
ui:options:
allowArbitraryValues: false