-
Notifications
You must be signed in to change notification settings - Fork 1.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
9678efc
commit 4da28c4
Showing
5 changed files
with
18 additions
and
10 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
--- | ||
title: Asset Sensors | ||
--- | ||
|
||
### Basic Asset Sensor Example | ||
|
||
<CodeExample filePath="guides/automation/simple-asset-sensor-example.py" language="python" title="Simple Asset Sensor Example" /> | ||
|
||
This Asset Sensor will trigger a run of `my_job` whenever the `asset_to_watch` asset is materialized. | ||
This Asset Sensor will trigger a run of `my_job` whenever the `asset_to_watch` asset is materialized. |
4 changes: 1 addition & 3 deletions
4
docs/docs-next/docs/guides/automation/running-pipelines-on-a-schedule.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
--- | ||
title: "Scheduling runs" | ||
title: "Scheduling pipelines" | ||
sidebar_position: 1 | ||
--- | ||
|
||
# Scheduling runs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,11 @@ | ||
--- | ||
title: Scheduling Examples | ||
--- | ||
|
||
### Basic Schedule Example | ||
|
||
<CodeExample filePath="guides/automation/simple-schedule-example.py" language="python" title="Simple Schedule Example" /> | ||
|
||
For more examples of schedules, see the [How-To Use Schedules](/guides/automation/schedules) guide. | ||
|
||
For more information about how Schedules work, see the [About Schedules](/concepts/schedules) concept page. | ||
For more information about how Schedules work, see the [About Schedules](/concepts/schedules) concept page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 1 addition & 3 deletions
4
docs/docs-next/docs/guides/automation/triggering-pipeline-runs-using-events.md
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,4 @@ | ||
--- | ||
title: "Triggering runs using events" | ||
title: "Creating event-based pipelines" | ||
sidebar_position: 2 | ||
--- | ||
|
||
# Triggering pipeline runs using events |