Skip to content

Commit

Permalink
link out from meta page
Browse files Browse the repository at this point in the history
  • Loading branch information
benpankow committed Jun 6, 2024
1 parent 1515da5 commit 82dd9b7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/content/concepts/metadata-tags/asset-metadata.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ Dagster supports attaching a few different types of definition metadata:
- [**Arbitrary metadata**](#arbitrary-metadata-using-the-metadata-parameter), such as the storage location of the table produced by the asset
- [**Asset owners**](#asset-owners), which are the people and/or teams who own the asset
- [**Column-level lineage**](#column-level-lineage), which is information about how a column is created and used
- [**Code references**](#code-references), which link to the source code of the asset locally or in your source control repository

### Arbitrary metadata using the metadata parameter

Expand Down Expand Up @@ -83,6 +84,10 @@ from dagster import asset
def leads(): ...
```

### Code references

Attaching code references to an asset definition allows you to easily navigate to the asset's source code, either locally in your editor or in your source control repository. For more information, refer to the [Code references guide](/guides/dagster/code-references).

---

## Attaching materialization metadata
Expand Down

0 comments on commit 82dd9b7

Please sign in to comment.