Skip to content

Commit

Permalink
Fix incorrect APIs in docs (#21413)
Browse files Browse the repository at this point in the history
Incorrect APIs referenced here, just fixing.
  • Loading branch information
dpeng817 authored Apr 25, 2024
1 parent 82865a4 commit c8f17fa
Showing 1 changed file with 7 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -358,13 +358,13 @@ height={1944}

## APIs in this guide

| Name | Description |
| ------------------------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| <PyObject object="asset_check" decorator /> | A decorator used to define asset checks that execute in their own [op](/concepts/ops-jobs-graphs/ops). |
| <PyObject object="build_freshness_checks_for_non_partitioned_assets" /> | A function that constructs a freshness check definition for each provided asset |
| <PyObject object="build_freshness_checks_for_time_window_partitioned_assets" /> | A function that constructs a freshness check definition for each provided time-window partitioned asset |
| <PyObject object="build_sensor_for_freshness_checks" /> | Builds a sensor that triggers evaluation of freshness checks |
| <PyObject object="ObserveResult" /> | An object representing a successful observation of an asset. Used with observable source assets to pass metadata. |
| Name | Description |
| ----------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------- |
| <PyObject object="asset_check" decorator /> | A decorator used to define asset checks that execute in their own [op](/concepts/ops-jobs-graphs/ops). |
| <PyObject object="build_last_update_freshness_checks" /> | A function that constructs a freshness check definition for each provided asset |
| <PyObject object="build_time_partition_freshness_checks" /> | A function that constructs a freshness check definition for each provided time-window partitioned asset |
| <PyObject object="build_sensor_for_freshness_checks" /> | Builds a sensor that triggers evaluation of freshness checks |
| <PyObject object="ObserveResult" /> | An object representing a successful observation of an asset. Used with observable source assets to pass metadata. |

---

Expand Down

1 comment on commit c8f17fa

@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-7y6n1pcbu-elementl.vercel.app
https://master.dagster.dagster-docs.io

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

Please sign in to comment.