Skip to content

Commit

Permalink
fix "an asset definitions" typos (#21609)
Browse files Browse the repository at this point in the history
## Summary & Motivation

My b

## How I Tested These Changes
  • Loading branch information
sryza authored and cmpadden committed May 6, 2024
1 parent e8207ba commit 787e7c9
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 @@ -52,7 +52,7 @@ An asset definition includes the following:

### Basic asset definitions

The easiest way to create an asset definitions is with the <PyObject object="asset" decorator /> decorator.
The easiest way to create an asset definition is with the <PyObject object="asset" decorator /> decorator.

```python file=/concepts/assets/basic_asset_definition.py
import json
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -386,7 +386,7 @@ defs = Definitions(

Here's an equivalent job using asset definitions.

**Note:** Because some ops don't correspond to assets, this job uses <PyObject object="op" decorator /> and <PyObject object="graph" decorator /> APIs and <PyObject object="AssetsDefinition" method="from_graph" /> to wrap a graph in an asset definitions:
**Note:** Because some ops don't correspond to assets, this job uses <PyObject object="op" decorator /> and <PyObject object="graph" decorator /> APIs and <PyObject object="AssetsDefinition" method="from_graph" /> to wrap a graph in an asset definition:

```python file=/guides/dagster/enriching_with_software_defined_assets/sda_graph.py
from pandas import DataFrame
Expand Down

0 comments on commit 787e7c9

Please sign in to comment.