Skip to content

Commit

Permalink
grammar (#7984)
Browse files Browse the repository at this point in the history
  • Loading branch information
dwinston committed May 25, 2022
1 parent f8ff6f6 commit 307b363
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/content/concepts/assets/software-defined-assets.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ There are a couple ways in Dagit to launch a run that materializes assets:
- Navigate to the Asset Details Page for the asset and click the "Materialize" button in the upper right corner.
- In the graph view of the Asset Catalog page, click the "Materialize" button in the upper right corner. You can click on assets to collect a subset to materialize.

## Source assets - representing assets are generated somewhere else
## Source assets - representing assets that are generated somewhere else

It's common for software-defined assets to depend on assets that are generated somewhere else. For example, your data warehouse might contain a set of tables that another team is responsible for ingesting, but that your assets are derived from. To allow the assets in your <PyObject object="AssetGroup" /> to depend on them, you can include <PyObject object="SourceAsset" />s that represent them.

Expand Down

1 comment on commit 307b363

@vercel
Copy link

@vercel vercel bot commented on 307b363 May 25, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.