Skip to content

Commit

Permalink
[docs] fix typo (#24528)
Browse files Browse the repository at this point in the history
## Changelog

NOCHANGELOG
  • Loading branch information
garethbrickman authored Sep 17, 2024
1 parent 3f4f9d5 commit 80d170d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Before we jump in, here's a quick refresher:
- An **asset** is a persistent object in storage, such as a table, machine learning (ML) model, or file.
- An [**op**](/concepts/ops-jobs-graphs/ops) is the core unit of computation in Dagster. For example, an op might accept tabular data as its input and produce transformed tabular data as its output.
- A [**graph**](/concepts/ops-jobs-graphs/graphs) is a directed acyclic graph of ops or other graphs, which execute in order and pass data to each other.
- Am [**asset definition**](/concepts/assets/software-defined-assets) is a declaration of an asset that should exist and a description of how to compute it: the op or graph that needs to run and the upstream assets that it should run on.
- An [**asset definition**](/concepts/assets/software-defined-assets) is a declaration of an asset that should exist and a description of how to compute it: the op or graph that needs to run and the upstream assets that it should run on.

**Asset definitions aren't a replacement for Dagster's core computational concepts** - ops are, in fact, the core unit of computation that occurs **within an asset**. Think of them as a top layer that links ops, graphs, and jobs to the long-lived objects they interact with.

Expand Down

1 comment on commit 80d170d

@github-actions
Copy link

Choose a reason for hiding this comment

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

Deploy preview for dagster-docs ready!

✅ Preview
https://dagster-docs-eed3e1rkt-elementl.vercel.app
https://master.dagster.dagster-docs.io

Built with commit 80d170d.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.