Skip to content

Commit

Permalink
docs: fix docs build - rm broken link ref (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
sudo-suhas authored Jan 2, 2023
1 parent e08fc82 commit 00bc9b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/docs/tour/1-my-first-asset.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Let's imagine we have a `postgres` instance that we keep referring to as our `ma
}
```

- **urn** is a unique name you assign to an asset. You need to make sure you don't have a duplicate urns across all of your assets because Compass treats `urn` as an identifier of your asset. For this example, we use the following format to make sure our urn is unique, `{NAMESPACE}:{DB_NAME}.{TABLE_NAME}`. (more info about URN generation can be found [here](../guides/urn-generation))
- **urn** is a unique name you assign to an asset. You need to make sure you don't have a duplicate urns across all of your assets because Compass treats `urn` as an identifier of your asset. For this example, we use the following format to make sure our urn is unique, `{NAMESPACE}:{DB_NAME}.{TABLE_NAME}`.

- **type** is your Asset's type. The value for type has to be recognizable by Compass. More info about Asset's Type can be found [here](../concepts/type).

Expand Down

0 comments on commit 00bc9b6

Please sign in to comment.