Skip to content

Commit

Permalink
Merge branch 'docs/revamp' into pdrm/add-passing-data
Browse files Browse the repository at this point in the history
  • Loading branch information
PedramNavid committed Aug 12, 2024
2 parents 1aa0daf + 5c067f1 commit 9b6070e
Show file tree
Hide file tree
Showing 32 changed files with 262 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Creating dynamic pipelines based on external data"
sidebar_position: 3
---

# Creating dynamic pipelines based on external data
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Scheduling runs"
sidebar_position: 1
---

# Scheduling runs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Triggering runs using events"
sidebar_position: 2
---

# Triggering pipeline runs using events
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Adding metadata to assets"
sidebar_position: 4
sidebar_label: "Adding metadata"
---

# Adding metadata to assets
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Creating asset factories"
sidebar_position: 5
sidebar_label: "Creating asset factories"
---

# Creating asset factories
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Creating data assets"
sidebar_position: 1
sidebar_label: "Creating data assets"
---

# Creating data assets
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Creating dependencies between assets"
sidebar_position: 2
sidebar_label: "Creating asset dependencies"
---

# Creating dependencies between assets
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Passing data between assets"
sidebar_position: 3
sidebar_label: "Passing data between assets"
---

# Passing data between assets
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
---
title: "Selecting subsets of assets"
sidebar_position: 6
sidebar_label: "Selecting assets"
---

# Selecting subsets of assets
6 changes: 6 additions & 0 deletions docs/docs-next/docs/guides/deployment/aws.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Deploying to Amazon Web Services"
sidebar_position: 1
---

# Deploying to Amazon Web Services
6 changes: 6 additions & 0 deletions docs/docs-next/docs/guides/deployment/azure.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Deploying to Microsoft Azure"
sidebar_position: 3
---

# Deploying to Microsoft Azure
6 changes: 6 additions & 0 deletions docs/docs-next/docs/guides/deployment/building-a-data-mesh.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Building a data mesh"
sidebar_position: 6
---

# Building a data mesh
6 changes: 6 additions & 0 deletions docs/docs-next/docs/guides/deployment/dagster-plus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Deploying to Dagster+"
sidebar_position: 4
---

# Deploying to Dagster+
6 changes: 6 additions & 0 deletions docs/docs-next/docs/guides/deployment/gcp.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Deploying to Google Cloud Platform"
sidebar_position: 2
---

# Deploying to Google Cloud Platform
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Managing code locations"
sidebar_position: 5
---

# Managing code locations
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Migrating from self-hosted to Dagster+"
sidebar_position: 7
---

# Migrating from self-hosted to Dagster+
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Adding Python libraries"
sidebar_position: 3
---

# Adding Python libraries
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Connecting databases"
sidebar_position: 1
---

# Connecting databases
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Using API connections"
sidebar_position: 2
---

# Using API connections
6 changes: 6 additions & 0 deletions docs/docs-next/docs/guides/monitoring/custom-logging.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Setting up custom logging"
sidebar_position: 1
---

# Setting up custom logging
6 changes: 6 additions & 0 deletions docs/docs-next/docs/guides/monitoring/custom-metrics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Using custom metrics in logs"
sidebar_position: 3
---

# Using custom metrics in logs
6 changes: 6 additions & 0 deletions docs/docs-next/docs/guides/monitoring/failed-run-alerts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Alerting on failed runs"
sidebar_position: 1
---

# Alerting on failed runs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Detecting schema changes"
sidebar_position: 4
---

# Detecting schema changes
6 changes: 6 additions & 0 deletions docs/docs-next/docs/guides/testing/integration-tests.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Integration tests"
sidebar_position: 3
---

# Integration tests
6 changes: 6 additions & 0 deletions docs/docs-next/docs/guides/testing/stopping-runs.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Stopping runs"
sidebar_position: 5
---

# Stopping runs
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Testing assets with Asset Checks"
sidebar_position: 1
---

# Testing assets with Asset Checks
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Testing for data freshness"
sidebar_position: 1
---

# Testing for data freshness
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Unit tests for assets and ops"
sidebar_position: 2
---

# Unit tests for assets and ops
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Pushing operations to data warehouses"
sidebar_position: 2
---

# Pushing operations to data warehouses
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Working with different data file formats"
sidebar_position: 3
---

# Working with different data file formats
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
title: "Working with large datasets"
sidebar_position: 1
---

# Working with large datasets
77 changes: 70 additions & 7 deletions docs/docs-next/sidebars.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,37 +31,100 @@ const sidebars: SidebarsConfig = {
{
type: "category",
label: "Data assets",
items: ["guides/data-assets", "guides/passing-data-assets/passing-data-between-assets"]
link: {
type: "doc",
id: "guides/data-assets"
},
items: [
{
type: 'autogenerated',
dirName: "guides/data-assets"
}
]
},
{
type: "category",
label: "Transformation",
items: ["guides/transformation"]
link: {
type: "doc",
id: "guides/transformation"
},
items: [
{
type: 'autogenerated',
dirName: "guides/transformation"
}
]
},
{
type: "category",
label: "Automation",
items: ["guides/automation"]
link: {
type: "doc",
id: "guides/automation"
},
items: [
{
type: 'autogenerated',
dirName: "guides/automation"
}
]
},
{
type: "category",
label: "External systems",
items: ["guides/external-systems"]
link: {
type: "doc",
id: "guides/external-systems"
},
items: [
{
type: 'autogenerated',
dirName: "guides/external-systems"
}
]
},
{
type: "category",
label: "Testing",
items: ["guides/testing"]
link: {
type: "doc",
id: "guides/testing"
},
items: [
{
type: 'autogenerated',
dirName: "guides/testing"
}
]
},
{
type: "category",
label: "Monitoring",
items: ["guides/monitoring"]
link: {
type: "doc",
id: "guides/monitoring"
},
items: [
{
type: 'autogenerated',
dirName: "guides/monitoring"
}
]
},
{
type: "category",
label: "Deployment",
items: ["guides/deployment"]
link: {
type: "doc",
id: "guides/deployment"
},
items: [
{
type: 'autogenerated',
dirName: "guides/deployment"
}
]
}
],
},
Expand Down

0 comments on commit 9b6070e

Please sign in to comment.