Skip to content

Commit

Permalink
Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
eboneil committed Jul 30, 2024
1 parent c2470f1 commit b09ad61
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
2 changes: 2 additions & 0 deletions docs/dataproducts.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,8 @@ Here is an example of a Data Product named "Pet of the Week" which belongs to th

When bare domain names like `Marketing` is used, `datahub` will first check if a domain like `urn:li:domain:Marketing` is provisioned, failing that; it will check for a provisioned domain that has the same name. If we are unable to resolve bare domain names to provisioned domains, then yaml-based ingestion will refuse to proceeed until the domain is provisioned on DataHub.

This applies to other fields as well, such as owners, ownership types, tags, and terms.

:::

You can also provide fully-qualified domain names (e.g. `urn:li:domain:dcadded3-2b70-4679-8b28-02ac9abc92eb`) to ensure that no ingestion-time domain resolution is needed.
Expand Down
2 changes: 2 additions & 0 deletions metadata-ingestion/examples/data_product/dataproduct.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,8 @@ assets:
owners:
- id: urn:li:corpuser:jdoe
type: BUSINESS_OWNER
- id: urn:li:corpuser:fbar
type: urn:li:ownershipType:architect # Maps to a custom ownership type

# Tags associated with this Data Product
tags:
Expand Down

0 comments on commit b09ad61

Please sign in to comment.