Skip to main content

Web UI for dagster, an opinionated pipeline runner.

Project description

============
Dagster UI
============

Eg in dagster_examples

.. code-block:: sh

python ../../../dagster-ui/bin/dagster-ui ui -p 3333

Running dev ui:

.. code-block:: sh
REACT_APP_GRAPHQL_URI="http://localhost:3333/graphql" yarn start

At ``localhost:3000/graphql``

.. code-block:: graphql

{
pipeline(name:"pandas_hello_world") {
name
description
solids {
name
description
inputs {
name
description
dependsOn {
name
}
sources {
sourceType
description
arguments {
name
description
type
isOptional
}
}
expectations {
name
description
}
}
output {
materializations {
name
description
arguments {
name
description
type
isOptional
}
}
expectations {
name
description
}
}
}
context {
name
description
arguments {
name
description
type
isOptional
}
}
}
}


Project details


Release history Release notifications | RSS feed

Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

dagit-0.0.1.tar.gz (4.2 kB view hashes)

Uploaded Source

Built Distribution

dagit-0.0.1-py3-none-any.whl (4.6 kB view hashes)

Uploaded Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page