-
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
e1745f3
commit 46b8bc1
Showing
35 changed files
with
148 additions
and
25 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
Binary file not shown.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: Configuring pipelines and runs | ||
sidebar_label: Configuring pipelines | ||
sidebar_position: 40 | ||
--- |
File renamed without changes.
5 changes: 5 additions & 0 deletions
5
docs/docs-beta/docs/guides/data-modeling/configuring-assets.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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: Configuring assets and ops | ||
sidebar_label: Configuring assets | ||
sidebar_position: 50 | ||
--- |
5 changes: 3 additions & 2 deletions
5
docs/docs-beta/docs/guides/data-modeling/creating-asset-factories.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,4 +1,5 @@ | ||
--- | ||
title: "Create asset factories" | ||
sidebar_position: 50 | ||
title: "Creating asset factories" | ||
sidebar_position: 60 | ||
sidebar_label: "Creating asset factories" | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: Representing external data sources with external assets | ||
sidebar_position: 80 | ||
sidebar_label: "Representing external data sources" | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: "Adding metadata and tags to assets" | ||
description: "Learn how to add metadata and tags to assets to improve observability in Dagster" | ||
sidebar_position: 40 | ||
sidebar_label: "Enriching assets with metadata" | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: How to Partition Your Data | ||
description: Learn how to partition your data in Dagster. | ||
sidebar_label: Partitioning pipelines | ||
sidebar_position: 30 | ||
--- |
6 changes: 3 additions & 3 deletions
6
docs/docs-beta/docs/guides/data-modeling/selecting-subsets-of-assets.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,5 +1,5 @@ | ||
--- | ||
title: "Select subsets of assets" | ||
sidebar_position: 60 | ||
sidebar_label: "Select assets" | ||
title: "Selecting subsets of assets" | ||
sidebar_position: 70 | ||
sidebar_label: "Selecting assets" | ||
--- |
3 changes: 2 additions & 1 deletion
3
docs/docs-beta/docs/guides/deployment/managing-code-locations.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,7 @@ | ||
--- | ||
title: "Manage code locations" | ||
title: "Managing code locations with Definitions" | ||
sidebar_position: 50 | ||
sidebar_label: "Code locations and Definitions" | ||
--- | ||
|
||
# Manage code locations |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Managing secrets | ||
sidebar_position: 50 | ||
--- |
File renamed without changes.
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: Backfilling data | ||
sidebar_position: 60 | ||
sidebar_label: "Backfilling" | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Transforming data with dbt | ||
sidebar_position: 20 | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Incrementally loading data | ||
description: How to use partitions to incrementally load data with Dagster | ||
sidebar_label: Incremental loading | ||
sidebar_position: 50 | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,6 @@ | ||
--- | ||
title: Ingesting data with Dagster | ||
description: Learn how to ingest data into Dagster using embedded-elt | ||
sidebar_position: 10 | ||
sidebar_label: Ingesting data | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Transform data with Python | ||
sidebar_position: 40 | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Connecting to APIs | ||
sidebar_position: 20 | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Connecting to cloud services | ||
sidebar_position: 25 | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: Connecting to databases | ||
sidebar_position: 10 | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: "Managing stored data with I/O Managers" | ||
sidebar_position: 50 | ||
sidebar_label: "Storing data with I/O Managers" | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: "Excuting code outside of Dagster with Pipes" | ||
sidebar_position: 40 | ||
sidebar_label: "External execution with Pipes" | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
title: "Using Resources to Connect with External Systems" | ||
sidebar_position: 30 | ||
sidebar_label: "Managing connections with resources" | ||
--- |
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
title: "Setting up alerts" | ||
sidebar_position: 30 | ||
sidebar_label: "Alerting" | ||
--- | ||
|
||
Alerting if my pipeline didn't execute | ||
Tracking when a run or sensor fails | ||
Knowing when a pipeline never ran | ||
Knowing if a pipeline is running slow, or an asset is late | ||
Knowing if my Dagster instance is having issues | ||
|
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,4 +1,6 @@ | ||
--- | ||
title: "Set up custom logging" | ||
sidebar_position: 10 | ||
--- | ||
title: "Setting up custom logging" | ||
sidebar_position: 20 | ||
--- | ||
|
||
# Setting up custom logging |
File renamed without changes.
4 changes: 4 additions & 0 deletions
4
docs/docs-beta/docs/guides/quality-testing/integration-tests.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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
--- | ||
title: "Integration testing" | ||
sidebar_position: 40 | ||
--- |
File renamed without changes.
File renamed without changes.
7 changes: 7 additions & 0 deletions
7
docs/docs-beta/docs/guides/quality-testing/unit-tests-for-assets-and-ops.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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
title: "Unit tests for assets and ops" | ||
sidebar_position: 30 | ||
sidebar_label: "Unit testing" | ||
--- | ||
|
||
# Unit tests for assets and ops |
4 changes: 0 additions & 4 deletions
4
docs/docs-beta/docs/guides/testing/unit-tests-for-assets-and-ops.md
This file was deleted.
Oops, something went wrong.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
--- | ||
title: Troubleshooting | ||
--- |
Empty file.
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