2024-06-18 15:53:06 +02:00
---
2025-06-20 19:46:38 +05:30
title: Dagster Connector | OpenMetadata Pipeline Integration
2024-06-18 15:53:06 +02:00
slug: /connectors/pipeline/dagster
---
{% connectorDetailsHeader
name="Dagster"
stage="PROD"
platform="OpenMetadata"
2025-03-13 13:58:04 +05:30
availableFeatures=["Pipelines", "Pipeline Status", "Tags", "Usage"]
2024-06-18 15:53:06 +02:00
unavailableFeatures=["Owners", "Lineage"]
/ %}
In this section, we provide guides and references to use the Dagster connector.
Configure and schedule Dagster metadata and profiler workflows from the OpenMetadata UI:
- [Requirements ](#requirements )
- [Dagster Versions ](#dagster-versions )
- [Metadata Ingestion ](#metadata-ingestion )
- [Service Name ](#service-name )
- [Connection Details ](#connection-details )
- [Metadata Ingestion Options ](#metadata-ingestion-options )
2025-04-04 13:59:31 +05:30
- [Troubleshooting ](/connectors/pipeline/dagster/troubleshooting )
2024-06-18 15:53:06 +02:00
- [Workflow Deployment Error ](#workflow-deployment-error )
2024-12-12 11:34:09 +05:30
{% partial file="/v1.7/connectors/ingestion-modes-tiles.md" variables={yamlPath: "/connectors/pipeline/dagster/yaml"} /%}
2024-06-18 15:53:06 +02:00
## Requirements
### Dagster Versions
OpenMetadata is integrated with dagster up to version [1.0.13 ](https://docs.dagster.io/getting-started ) and will continue to work for future dagster versions.
The ingestion framework uses [dagster graphql python client ](https://docs.dagster.io/_apidocs/libraries/dagster-graphql#dagster_graphql.DagsterGraphQLClient ) to connect to the dagster instance and perform the API calls
## Metadata Ingestion
{% partial
2024-12-12 11:34:09 +05:30
file="/v1.7/connectors/metadata-ingestion-ui.md"
2024-06-18 15:53:06 +02:00
variables={
connector: "Dagster",
2024-12-12 11:34:09 +05:30
selectServicePath: "/images/v1.7/connectors/dagster/select-service.png",
addNewServicePath: "/images/v1.7/connectors/dagster/add-new-service.png",
serviceConnectionPath: "/images/v1.7/connectors/dagster/service-connection.png",
2024-06-18 15:53:06 +02:00
}
/%}
{% stepsContainer %}
{% extraContent parentTagName="stepsContainer" %}
#### Connection Details
- **Host**: Host of the dagster eg.`https://localhost:300` or `https://127.0.0.1:3000` or `https://<yourorghere>.dagster.cloud/prod`
- **Token** : Need pass token if connecting to `dagster cloud` instance
- Log in to your Dagster account.
- Click on the "Settings" link in the top navigation bar.
- Click on the "API Keys" tab.
- Click on the "Create a New API Key" button.
- Give your API key a name and click on the "Create API Key" button.
- Copy the generated API key to your clipboard and paste it in the field.
{% /extraContent %}
2024-12-12 11:34:09 +05:30
{% partial file="/v1.7/connectors/test-connection.md" /%}
2024-06-18 15:53:06 +02:00
2024-12-12 11:34:09 +05:30
{% partial file="/v1.7/connectors/pipeline/configure-ingestion.md" /%}
2024-06-18 15:53:06 +02:00
2024-12-12 11:34:09 +05:30
{% partial file="/v1.7/connectors/ingestion-schedule-and-deploy.md" /%}
2024-06-18 15:53:06 +02:00
{% /stepsContainer %}