Documentation
¶
Overview ¶
Package urnbuild constructs DataHub dataset URNs from query-engine table components. It is shared by the platform's resource templates and the reflexive-capture wiring so the URN convention (and its catalog mapping) has a single implementation.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DatasetURN ¶
func DatasetURN(platform string, catalogMapping map[string]string, catalog, schema, table string) string
DatasetURN builds a DataHub dataset URN of the form urn:li:dataset:(urn:li:dataPlatform:<platform>,<catalog>.<schema>.<table>,PROD). An empty platform defaults to "trino", and catalogMapping (query-engine catalog to metadata catalog) is applied when it carries the catalog.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.