Skip to content

Commit

Permalink
[docs] - New Jobs & Graphs structure [CON-289] (#8035)
Browse files Browse the repository at this point in the history
* First pass at job page restructuring

* Update sidenav

* Another pass at job page clean up

* Run snapshot

* Fix issue from snapshot

* Placeholder graph page

* Remove subsections from sidenav

* Moving things around

* First pass at graph page structure

* Move content from Jobs to Graphs

* Moving more content over to Graphs

* Moving nesting and dynamic graphs around

* `jobs-graphs.mdx` > `jobs.mdx`

* Update sidenav for new jobs page

* Update links to go to the right places

* Update redirect

* Updating examples and tests for graphs

* Another pass at graph content

* Clean up dependencies section

* Add copy for graph-backed assets

* Run snapshot

* Add assets link to jobs intro

* Move SDA jobs to the SDA page

* First pass at graph intro

* Add copy to Graph Jobs section

* Add copy to other pattern sections

* Running snapshot

* Update docs/content/concepts/ops-jobs-graphs/jobs.mdx

* Update docs/content/concepts/ops-jobs-graphs/jobs.mdx

* Review comments

* Fix link

* Fixing links

* Review comment for partitioned jobs

* Fix links

* Cleaning up SDA

* Fix link and snapshot

* Remove broken/unused examples from dbt guide

* Revert "Remove broken/unused examples from dbt guide"

This reverts commit 5c05fb6.
  • Loading branch information
erinkcochran87 authored and clairelin135 committed Jun 14, 2022
1 parent 0889686 commit 13b8735
Show file tree
Hide file tree
Showing 25 changed files with 990 additions and 615 deletions.
48 changes: 31 additions & 17 deletions docs/content/_navigation.json
Original file line number Diff line number Diff line change
Expand Up @@ -94,28 +94,12 @@
]
},
{
"title": "Ops, Jobs, and Graphs",
"title": "Ops",
"children": [
{
"title": "Ops",
"path": "/concepts/ops-jobs-graphs/ops"
},
{
"title": "Jobs & Graphs",
"path": "/concepts/ops-jobs-graphs/jobs-graphs"
},
{
"title": "Job Execution",
"path": "/concepts/ops-jobs-graphs/job-execution"
},
{
"title": "Nesting Graphs",
"path": "/concepts/ops-jobs-graphs/nesting-graphs"
},
{
"title": "Dynamic Graphs",
"path": "/concepts/ops-jobs-graphs/dynamic-graphs"
},
{
"title": "Op Events",
"path": "/concepts/ops-jobs-graphs/op-events"
Expand All @@ -134,6 +118,36 @@
}
]
},
{
"title": "Graphs",
"children": [
{
"title": "Graphs",
"path": "/concepts/ops-jobs-graphs/graphs"
},
{
"title": "Nesting Graphs",
"path": "/concepts/ops-jobs-graphs/nesting-graphs"
},
{
"title": "Dynamic Graphs",
"path": "/concepts/ops-jobs-graphs/dynamic-graphs"
}
]
},
{
"title": "Jobs",
"children": [
{
"title": "Jobs",
"path": "/concepts/ops-jobs-graphs/jobs"
},
{
"title": "Job Execution",
"path": "/concepts/ops-jobs-graphs/job-execution"
}
]
},
{
"title": "Schedules, Sensors, & Partitions",
"children": [
Expand Down
125 changes: 62 additions & 63 deletions docs/content/concepts/assets/software-defined-assets.mdx

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion docs/content/concepts/configuration/config-schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ result = config_example.execute_in_process(
)
```

You can also build config into jobs, as described in [this section of the Jobs concept page](/concepts/ops-jobs-graphs/jobs-graphs#advanced-job-configuration).
You can also build config into jobs, as described in [this section of the Jobs concept page](/concepts/ops-jobs-graphs/jobs#configuring-jobs).

### Dagster CLI

Expand Down
2 changes: 1 addition & 1 deletion docs/content/concepts/ops-jobs-graphs/dynamic-graphs.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ description: Dagster APIs for runtime determined graph structures.

# Dynamic Graphs

The ability for portions of a [graph](/concepts/ops-jobs-graphs/jobs-graphs) to be duplicated at runtime.
The ability for portions of a [graph](/concepts/ops-jobs-graphs/graphs) to be duplicated at runtime.

## Relevant APIs

Expand Down

0 comments on commit 13b8735

Please sign in to comment.