Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

DOC-655 Docs for updated asset selection syntax #27672

Open
wants to merge 43 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 8 commits
Commits
Show all changes
43 commits
Select commit Hold shift + click to select a range
7569f11
start reference doc (to be combined with existing doc)
neverett Feb 7, 2025
66436a2
update old and new asset selection syntax reference docs, reorganize …
neverett Feb 9, 2025
762a799
add redirect
neverett Feb 9, 2025
63a32a6
add link
neverett Feb 9, 2025
57f6c9a
update doc
neverett Feb 9, 2025
c5d8434
Merge branch 'master' into nikki/docs/updated-asset-selection-syntax
neverett Feb 19, 2025
9fbd072
remove unnecessary files
neverett Feb 19, 2025
992ff3f
don't need this redirect
neverett Feb 19, 2025
896118c
merge master and fix conflict
neverett Feb 19, 2025
d708783
reorganize and update
neverett Feb 20, 2025
e6b55cf
replace old screenshots with placeholder text
neverett Feb 20, 2025
72942db
merge master and fix conflict
neverett Feb 20, 2025
12a4175
comment out screenshot TODOs
neverett Feb 20, 2025
fce8a4f
add additional filters, other edits
neverett Feb 20, 2025
a0069b0
remove unnecessary examples
neverett Feb 21, 2025
a84ddae
edits
neverett Feb 25, 2025
96da6f4
Merge branch 'master' into nikki/docs/updated-asset-selection-syntax
neverett Feb 26, 2025
ddf4cf2
light reorganization
neverett Feb 27, 2025
67fcf3e
update key with wildcard filter
neverett Feb 27, 2025
5704043
incorporate suggestions
neverett Feb 27, 2025
90efec2
remove outdated info from old doc
neverett Feb 27, 2025
2b42c60
clean up examples
neverett Feb 27, 2025
6636ac6
small edits
neverett Feb 27, 2025
ae18d1c
fix example
neverett Feb 27, 2025
3d9aff6
Merge branch 'master' into nikki/docs/updated-asset-selection-syntax
neverett Feb 28, 2025
a074ec5
reorganize
neverett Feb 28, 2025
37d29e1
Merge branch 'master' into nikki/docs/updated-asset-selection-syntax
neverett Feb 28, 2025
b0c20d1
clean up availability
neverett Feb 28, 2025
23c7fa1
update availability
neverett Feb 28, 2025
2ec9378
move examples
neverett Feb 28, 2025
967dd15
clean up language and links
neverett Feb 28, 2025
301882d
remove TOC since there's a right nav, clean up language
neverett Feb 28, 2025
b786ada
Merge branch 'master' into nikki/docs/updated-asset-selection-syntax
neverett Feb 28, 2025
366400b
update examples, update roots and sinks reference
neverett Feb 28, 2025
07686d1
add redirects
neverett Feb 28, 2025
718d3ad
fix roots and sinks section
neverett Feb 28, 2025
20277cf
Merge branch 'master' into nikki/docs/updated-asset-selection-syntax
neverett Feb 28, 2025
cb787b3
add changed_in_branch section
neverett Feb 28, 2025
db0ebe7
typo
neverett Feb 28, 2025
6bd0000
Merge branch 'master' into nikki/docs/updated-asset-selection-syntax
neverett Feb 28, 2025
48d603a
Update docs/docs/guides/build/assets/asset-selection-syntax/index.md
neverett Feb 28, 2025
81a05da
Update docs/docs/guides/build/assets/asset-selection-syntax/index.md
neverett Feb 28, 2025
cac4de7
reposition docs
neverett Feb 28, 2025
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
387 changes: 0 additions & 387 deletions docs/docs-beta/src/code-examples-content.js

This file was deleted.

2 changes: 1 addition & 1 deletion docs/docs/guides/automate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Consider these factors when selecting an automation method:

| Method | Description | Best for | Works with |
| ---------------------------- | ------------------------------------------ | ---------------------------- | ---------------------------------------- |
| [Schedules](schedules/) | Run a selection of assets at specified times with a cron expression | Regular, time-based job runs and basic time-based automation | Assets, Ops, Graphs |
| [Schedules](schedules/) | Run a [selection of assets](/guides/build/assets/asset-selection-syntax) at specified times with a cron expression | Regular, time-based job runs and basic time-based automation | Assets, Ops, Graphs |
| [Declarative automation](declarative-automation/) | A framework that allows you to set automation conditions on assets and asset checks | Asset-centric, condition-based updates | Assets only |
| [Sensors](sensors/) | Trigger runs based on events or conditions that you define, like the arrival of a new file or a change to an external system | Event-driven automation | Assets, Ops, Graphs |
| [Asset sensors](asset-sensors) | Trigger jobs when specified assets are materialized, allowing you to create dependencies between jobs or code locations. | Cross-job/location asset dependencies | Assets only |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,5 +130,5 @@ If we only want to target the `Antarctica` partition, we can create a schedule l
| <PyObject section="schedules-sensors" module="dagster" object="schedule" decorator /> | Decorator that defines a schedule that executes according to a given cron schedule. |
| <PyObject section="schedules-sensors" module="dagster" object="build_schedule_from_partitioned_job" /> | A function that constructs a schedule whose interval matches the partitioning of a partitioned job. |
| <PyObject section="schedules-sensors" module="dagster" object="RunRequest" /> | A class that represents all the information required to launch a single run. |
| <PyObject section="assets" module="dagster" object="define_asset_job" /> | A function for defining a job from a selection of assets. |
| <PyObject section="assets" module="dagster" object="define_asset_job" /> | A function for defining a job from a [selection of assets](/guides/build/assets/asset-selection-syntax). |
| <PyObject section="jobs" module="dagster" object="job" decorator /> | The decorator used to define a job. |
4 changes: 2 additions & 2 deletions docs/docs/guides/build/assets/asset-jobs.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
title: Asset jobs
sidebar_position: 900
sidebar_position: 1200
---

Jobs are the main unit of execution and monitoring for [asset definitions](/guides/build/assets/defining-assets) in Dagster. An asset job is a type of job that targets a selection of assets and can be launched:
Jobs are the main unit of execution and monitoring for [asset definitions](/guides/build/assets/defining-assets) in Dagster. An asset job is a type of job that targets a [selection of assets](/guides/build/assets/asset-selection-syntax) and can be launched:

- Manually from the Dagster UI
- At fixed intervals, by [schedules](/guides/automate/schedules)
Expand Down
Loading
Loading