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-785 update docs links in API docs and code #27475

Merged
merged 13 commits into from
Feb 3, 2025
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/api/python-api/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ title: API reference

import DocCardList from '@theme/DocCardList';

<DocCardList />
<DocCardList />
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,7 @@ Refer to the following guides for more info about environment variables:

By default, each Dagster job will run in its own Kubernetes pod, with each op running in its own subprocess within the pod.

You can also configure your Dagster job with the [`k8s_job_executor`](https://docs.dagster.io/\_apidocs/libraries/dagster-k8s#dagster_k8s.k8s_job_executor) to run each op in its own Kubernetes pod. For example:
You can also configure your Dagster job with the <PyObject section="libraries" module="dagster_k8s" object="k8s_job_executor" /> to run each op in its own Kubernetes pod. For example:

```python
from dagster import job
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ There are several data types and constraints available on <PyObject section="met
### Column lineage metadata \{#column-lineage}

:::tip
Many integrations such as [dbt](https://docs.dagster.io/integrations/dbt/reference) automatically attach column lineage metadata out-of-the-box.
Many integrations such as [dbt](/integrations/libraries/dbt/) automatically attach column lineage metadata out-of-the-box.
:::

[Column lineage metadata](column-level-lineage) is a powerful way to track how columns in a table are derived from other columns:
Expand All @@ -126,7 +126,7 @@ To link assets with their source code, you can attach a code reference. Code ref

:::tip

Many integrations, such as [dbt](https://docs.dagster.io/integrations/dbt/reference#attaching-code-reference-metadata), support this capability.
Many integrations, such as [dbt](/integrations/libraries/dbt/reference#attaching-code-reference-metadata), support this capability.

:::

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ In the following code, we use a <PyObject section="partitions" module="dagster"

<CodeExample path="docs_snippets/docs_snippets/concepts/partitions_schedules_sensors/partition_mapping.py" />

For a list of available `PartitionMappings`, see the [API docs](https://docs.dagster.io/api/python-api/partitions#partition-mapping).
For a list of available `PartitionMappings`, see the [API docs](/api/python-api/partitions#dagster.PartitionMapping).

## Examples

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,6 @@ Some important configuration, like [execution parallelism](/guides/operate/run-e

:::

{/* This heading is referenced in a call of DagsterUnmetExecutorRequirementsError, so be sure to update code link if this title changes. */}

## Default local behavior

When a Dagster process like the Dagster webserver or Dagster CLI commands are launched, Dagster tries to load your instance. If the environment variable `DAGSTER_HOME` is set, Dagster looks for an instance config file at `$DAGSTER_HOME/dagster.yaml`. This file contains the configuration settings that make up the instance.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ The `values.yaml` file contains configuration options you can set for your deplo
To deploy your project, you'll need to set the following options:
- `dagster-user-deployments.deployments.name`, which should be a unique name for your deployment
- `dagster-user-deployments.deployments.image.name` and `dagster-user-deployments.deployments.image.tag`, which should be set to match the Docker image from Step 1
- `dagster-user-deployments.deployments.dagsterApiGrpcArgs`, which should be set to the arguments you would pass to `dagster api grpc` to [run a gRPC server for your project](https://docs.dagster.io/concepts/code-locations/workspace-files#running-your-own-grpc-server).
- `dagster-user-deployments.deployments.dagsterApiGrpcArgs`, which should be set to the arguments you would pass to `dagster api grpc` to [run a gRPC server for your project](/guides/deploy/code-locations/workspace-yaml#grpc-server).

If you are following this guide on your local machine, you will also need to set `pullPolicy: IfNotPresent`. This will use the local version of the image built in Step 1. However, in production use cases when your Docker images are pushed to image registries, this value should remain `pullPolicy: Always`.

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ title: Using Dagster with Airbyte Cloud
sidebar_label: Airbyte Cloud
excerpt: Orchestrate Airbyte Cloud connections and schedule syncs alongside upstream or downstream dependencies.
date: 2022-11-07
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-airbyte
docslink: https://docs.dagster.io/integrations/airbyte-cloud
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-airbyte
docslink: https://docs.dagster.io/integrations/libraries/airbyte/airbyte-cloud
partnerlink: https://airbyte.com/tutorials/orchestrate-data-ingestion-and-transformation-pipelines
logo: /integrations/airbyte.svg
categories:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ title: Dagster & Airbyte
sidebar_label: Airbyte
excerpt: Orchestrate Airbyte connections and schedule syncs alongside upstream or downstream dependencies.
date: 2022-11-07
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-airbyte
docslink: https://docs.dagster.io/integrations/airbyte
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-airbyte
docslink: https://docs.dagster.io/integrations/libraries/airbyte/airbyte-oss
partnerlink: https://airbyte.com/tutorials/orchestrate-data-ingestion-and-transformation-pipelines
categories:
- ETL
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/integrations/libraries/airbyte/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ title: Dagster & Airbyte
sidebar_label: Airbyte
excerpt: Orchestrate Airbyte connections and schedule syncs alongside upstream or downstream dependencies.
date: 2022-11-07
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-airbyte
docslink: https://docs.dagster.io/integrations/airbyte
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-airbyte
docslink: https://docs.dagster.io/integrations/libraries/airbyte/
partnerlink: https://airbyte.com/tutorials/orchestrate-data-ingestion-and-transformation-pipelines
enabledBy:
enables:
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/integrations/libraries/airlift/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ title: Dagster & Airlift
sidebar_label: Airlift
excerpt: Easily integrate Dagster and Airflow.
date:
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-airlift
docslink: https://docs.dagster.io/integrations/airlift
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-airlift
docslink: https://docs.dagster.io/integrations/libraries/airlift/
partnerlink:
logo:
categories:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/integrations/libraries/aws/athena.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Dagster & AWS Athena
sidebar_label: Athena
excerpt: This integration allows you to connect to AWS Athena and analyze data in Amazon S3 using standard SQL within your Dagster pipelines.
date: 2024-06-21
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-aws
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-aws
docslink:
partnerlink: https://aws.amazon.com/
categories:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Dagster & AWS CloudWatch
sidebar_label: CloudWatch
excerpt: This integration allows you to send Dagster logs to AWS CloudWatch, enabling centralized logging and monitoring of your Dagster jobs.
date: 2024-06-21
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-aws
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-aws
docslink:
partnerlink: https://aws.amazon.com/
categories:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/integrations/libraries/aws/ecr.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Dagster & AWS ECR
sidebar_label: ECR
excerpt: This integration allows you to connect to AWS Elastic Container Registry (ECR), enabling you to manage your container images more effectively in your Dagster pipelines.
date: 2024-06-21
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-aws
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-aws
docslink:
partnerlink: https://aws.amazon.com/
categories:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/integrations/libraries/aws/emr.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Dagster & AWS EMR
sidebar_label: EMR
excerpt: The AWS EMR integration allows you to seamlessly integrate AWS EMR into your Dagster pipelines for petabyte-scale data processing using open source tools like Apache Spark, Hive, Presto, and more.
date: 2024-06-21
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-aws
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-aws
docslink:
partnerlink: https://aws.amazon.com/
categories:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/integrations/libraries/aws/glue.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Dagster & AWS Glue
sidebar_label: Glue
excerpt: The AWS Glue integration enables you to initiate AWS Glue jobs directly from Dagster, seamlessly pass parameters to your code, and stream logs and structured messages back into Dagster.
date: 2024-08-20
apireflink: https://docs.dagster.io/concepts/dagster-pipes/aws-glue
apireflink: https://docs.dagster.io/integrations/libraries/aws/glue
docslink:
partnerlink: https://aws.amazon.com/
logo: /integrations/aws-glue.svg
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/integrations/libraries/aws/lambda.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Dagster & AWS Lambda
sidebar_label: Lambda
excerpt: Using the AWS Lambda integration with Dagster, you can leverage serverless functions to execute external code in your pipelines.
date: 2024-06-21
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-aws
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-aws
docslink:
partnerlink: https://aws.amazon.com/
logo: /integrations/aws-lambda.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Dagster & AWS Redshift
sidebar_label: Redshift
excerpt: 'Using this integration, you can seamlessly integrate AWS Redshift into your Dagster workflows, leveraging Redshifts data warehousing capabilities for your data pipelines.'
date: 2024-06-21
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-aws
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-aws
docslink:
partnerlink: https://aws.amazon.com/
logo: /integrations/aws-redshift.svg
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/integrations/libraries/aws/s3.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Dagster & AWS S3
sidebar_label: S3
excerpt: The AWS S3 integration allows data engineers to easily read and write objects to the durable AWS S3 storage, enabling engineers to have a resilient storage layer when constructing their pipelines.
date: 2024-06-21
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-aws
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-aws
docslink:
partnerlink: https://aws.amazon.com/
logo: /integrations/aws-s3.svg
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Dagster & AWS Secrets Manager
sidebar_label: Secrets Manager
excerpt: This integration allows you to manage, retrieve, and rotate credentials, API keys, and other secrets using AWS Secrets Manager.
date: 2024-06-21
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-aws
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-aws
docslink:
partnerlink: https://aws.amazon.com/
categories:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/integrations/libraries/aws/ssm.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Dagster & AWS Systems Parameter Store
sidebar_label: Systems Parameter Store
excerpt: The Dagster AWS Systems Manager (SSM) Parameter Store integration allows you to manage and retrieve parameters stored in AWS SSM Parameter Store directly within your Dagster pipelines.
date: 2024-06-21
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-aws
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-aws
docslink:
partnerlink: https://aws.amazon.com/
categories:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ title: Dagster & Azure Data Lake Storage Gen 2
sidebar_label: Azure Data Lake Storage Gen 2
excerpt: Get utilities for ADLS2 and Blob Storage.
date: 2022-11-07
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-azure
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-azure
docslink:
partnerlink: https://azure.microsoft.com/
logo: /integrations/Azure.svg
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/integrations/libraries/census.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Dagster & Census
sidebar_label: Census
excerpt: Trigger Census synchs from within your Dagster pipelines.
date: 2022-11-07
apireflink: http://docs.dagster.io/_apidocs/libraries/dagster-census
apireflink: http://docs.dagster.io/api/python-api/libraries/dagster-census
partnerlink: https://www.getcensus.com/
communityIntegration: true
logo: /integrations/Census.svg
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/integrations/libraries/databricks.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ title: Dagster & Databricks
sidebar_label: Databricks
excerpt: The Databricks integration enables you to initiate Databricks jobs directly from Dagster, seamlessly pass parameters to your code, and stream logs and structured messages back into Dagster.
date: 2024-08-20
apireflink: https://docs.dagster.io/concepts/dagster-pipes/databricks
docslink:
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-databricks
docslink: https://docs.dagster.io/integrations/libraries/databricks
partnerlink: https://databricks.com/
logo: /integrations/databricks.svg
categories:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/integrations/libraries/datadog.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Dagster & Datadog
sidebar_label: Datadog
excerpt: Publish metrics to Datadog from within Dagster ops and entralize your monitoring metrics.
date: 2022-11-07
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-datadog
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-datadog
docslink:
partnerlink: https://www.datadoghq.com/
logo: /integrations/Datadog.svg
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/integrations/libraries/dbt/dbt-cloud.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ title: Dagster & dbt Cloud
sidebar_label: dbt Cloud
excerpt: Run dbt Cloud™ jobs as part of your data pipeline.
date: 2022-11-07
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-dbt#assets-dbt-cloud
docslink: https://docs.dagster.io/integrations/dbt_cloud
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-dbt#assets-dbt-cloud
docslink: https://docs.dagster.io/integration/libraries/dbt/dbt_cloud
partnerlink:
categories:
- ETL
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/integrations/libraries/dbt/dbt-core.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ title: Dagster & dbt
sidebar_label: dbt
excerpt: Put your dbt transformations to work, directly from within Dagster.
date: 2022-11-07
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-dbt
docslink: https://docs.dagster.io/integrations/dbt
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-dbt
docslink: https://docs.dagster.io/api/python-api/libraries/dagster-dbt#dbt-core
partnerlink: https://www.getdbt.com/
categories:
- ETL
Expand Down
6 changes: 3 additions & 3 deletions docs/docs-beta/docs/integrations/libraries/dlt/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ title: Dagster & dlt
sidebar_label: dlt
excerpt: Easily ingest and replicate data between systems with dlt through Dagster.
date: 2024-08-30
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-dlt
docslink: https://docs.dagster.io/integrations/dlt
partnerlink: https://www.getdbt.com/
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-dlt
docslink: https://docs.dagster.io/integrations/libraries/dlt/
partnerlink: https://dlthub.com/
logo: /integrations/dlthub.jpeg
categories:
- ETL
Expand Down
6 changes: 3 additions & 3 deletions docs/docs-beta/docs/integrations/libraries/docker.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Dagster & Docker
sidebar_label: Docker
excerpt: Run runs external processes in docker containers directly from Dagster.
date: 2022-11-07
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-docker
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-docker
docslink:
partnerlink: https://www.docker.com/
logo: /integrations/Docker.svg
Expand All @@ -33,8 +33,8 @@ pip install dagster-docker

### Deploying to Docker?

- Deploying to Dagster+: Use with a Dagster+ Hybrid deployment, the Docker agent executes Dagster jobs on a Docker cluster. Checkout the [Dagster+ Docker Agent](https://docs.dagster.io/dagster-plus/deployment/agents/docker) guide for more information.
- Deploying to Open Source: Visit the [Deploying Dagster to Docker](https://docs.dagster.io/deployment/guides/docker) guide for more information.
- Deploying to Dagster+: Use with a Dagster+ Hybrid deployment, the Docker agent executes Dagster jobs on a Docker cluster. Checkout the [Dagster+ Docker Agent](https://docs.dagster.io/dagster-plus/deployment/deployment-types/hybrid/docker/) guide for more information.
- Deploying to Open Source: Visit the [Deploying Dagster to Docker](https://docs.dagster.io/guides/deploy/deployment-options/docker) guide for more information.

### About Docker

Expand Down
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/integrations/libraries/duckdb/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ title: Dagster & DuckDB
sidebar_label: DuckDB
excerpt: Read and write natively to DuckDB from Software Defined Assets.
date: 2022-11-07
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-duckdb
docslink: https://dagster.io/blog/duckdb-data-lake
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-duckdb
docslink: https://docs.dagster.io/integrations/libraries/duckdb/
partnerlink: https://duckdb.org/
categories:
- Storage
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/integrations/libraries/embedded-elt.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ title: Dagster & Embedded ELT
sidebar_label: Embedded ELT
excerpt: Build ELT pipelines with Dagster through helpful asset decorators and resources
date:
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-embedded-elt
docslink: https://docs.dagster.io/integrations/embedded-elt
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-embedded-elt
docslink: https://docs.dagster.io/integrations/libraries/embedded-elt
partnerlink:
categories:
enabledBy:
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/integrations/libraries/fivetran.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ title: Using Dagster with Fivetran
sidebar_label: Fivetran
excerpt: Orchestrate Fivetran connectors syncs with upstream or downstream dependencies.
date: 2022-11-07
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-fivetran
docslink: https://docs.dagster.io/integrations/fivetran
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-fivetran
docslink: https://docs.dagster.io/integrations/libraries/fivetran
partnerlink: https://www.fivetran.com/
logo: /integrations/Fivetran.svg
categories:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ title: Dagster & GCP BigQuery
sidebar_label: BigQuery
excerpt: Integrate with GCP BigQuery.
date: 2022-11-07
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-gcp
docslink:
partnerlink:
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-gcp
docslink: https://docs.dagster.io/integrations/libraries/gcp/bigquery/
partnerlink: https://cloud.google.com/bigquery
categories:
- Storage
enabledBy:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@
sidebar_label: Google Cloud Run
excerpt: The community-supported `dagster-contrib-gcp` package provides integrations with Google Cloud Platform (GCP) services.
date:
apireflink:
docslink:
apireflink:

Check warning on line 9 in docs/docs-beta/docs/integrations/libraries/gcp/cloud-run-launcher.md

View workflow job for this annotation

GitHub Actions / runner / vale

[vale] reported by reviewdog 🐶 [Dagster.chars-eol-whitespace] Remove whitespace characters from the end of the line. Raw Output: {"message": "[Dagster.chars-eol-whitespace] Remove whitespace characters from the end of the line.", "location": {"path": "docs/docs-beta/docs/integrations/libraries/gcp/cloud-run-launcher.md", "range": {"start": {"line": 9, "column": 12}}}, "severity": "WARNING"}
docslink: https://docs.dagster.io/integrations/libraries/gcp/cloud-run-launcher
partnerlink:
categories:
enabledBy:
Expand Down
6 changes: 3 additions & 3 deletions docs/docs-beta/docs/integrations/libraries/gcp/dataproc.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ title: Dagster & GCP Dataproc
sidebar_label: Dataproc
excerpt: Integrate with GCP Dataproc.
date: 2022-11-07
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-gcp
docslink:
partnerlink:
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-gcp
docslink: https://docs.dagster.io/integrations/libraries/gcp/dataproc
partnerlink: https://cloud.google.com/dataproc
categories:
- Compute
enabledBy:
Expand Down
6 changes: 3 additions & 3 deletions docs/docs-beta/docs/integrations/libraries/gcp/gcs.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ title: Dagster & GCP GCS
sidebar_label: GCS
excerpt: Integrate with GCP GCS.
date: 2022-11-07
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-gcp
docslink:
partnerlink:
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-gcp
docslink: https://docs.dagster.io/integrations/libraries/gcp/gcs
partnerlink: https://cloud.google.com/storage
categories:
- Storage
enabledBy:
Expand Down
2 changes: 1 addition & 1 deletion docs/docs-beta/docs/integrations/libraries/github.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ title: Dagster & GitHub
sidebar_label: GitHub
excerpt: Integrate with GitHub Apps and automate operations within your github repositories.
date: 2022-11-07
apireflink: https://docs.dagster.io/_apidocs/libraries/dagster-github
apireflink: https://docs.dagster.io/api/python-api/libraries/dagster-github
docslink:
partnerlink: https://github.com/
categories:
Expand Down
4 changes: 2 additions & 2 deletions docs/docs-beta/docs/integrations/libraries/jupyter/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ title: Dagster & Jupyter Notebooks
sidebar_label: Jupyter Notebooks
excerpt: Dagstermill eliminates the tedious "productionization" of Jupyter notebooks.
date: 2022-11-07
apireflink:
docslink: https://docs.dagster.io/integrations/dagstermill
apireflink: https://docs.dagster.io/api/python-api/libraries/dagstermill
docslink: https://docs.dagster.io/integrations/libraries/dagstermill
partnerlink:
enabledBy:
- dagster-dagstermill
Expand Down
Loading
Loading