All Downloads are FREE. Search and download functionalities are using the official Maven repository.

assets.en-US.Pipeline.Dagster.md Maven / Gradle / Ivy

There is a newer version: 1.6.0-rc1
Show newest version
# Dagster

In this section, we provide guides and references to use the Dagster connector.

## Requirements

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.

You can find further information on the Kafka connector in the [docs](https://docs.open-metadata.org/connectors/pipeline/dagster).

## Connection Details

$$section
### Host $(id="host")

Pipeline Service Management URI. This should be specified as a URI string in the format `scheme://hostname:port`. E.g., `http://localhost:3000`.
$$

$$section
### Token $(id="token")

To Connect to Dagster Cloud.
- 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.
$$

$$section
### Timeout $(id="timeout")

Connection Time Limit between OpenMetadata and Dagster Graphql API in seconds.

$$




© 2015 - 2024 Weber Informatics LLC | Privacy Policy