Metadata-Version: 2.1
Name: dagit
Version: 0.7.14
Summary: Web UI for dagster.
Home-page: https://github.com/dagster-io/dagster
Author: Elementl
License: Apache-2.0
Platform: UNKNOWN
Classifier: Programming Language :: Python :: 2.7
Classifier: Programming Language :: Python :: 3.5
Classifier: Programming Language :: Python :: 3.6
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: License :: OSI Approved :: Apache Software License
Classifier: Operating System :: OS Independent
Description-Content-Type: text/markdown
Requires-Dist: future
Requires-Dist: PyYAML
Requires-Dist: click (>=7.0)
Requires-Dist: dagster (==0.7.14)
Requires-Dist: dagster-graphql (==0.7.14)
Requires-Dist: graphql-core (<3,>=2.1)
Requires-Dist: flask-cors (>=3.0.6)
Requires-Dist: Flask-GraphQL (>=2.0.0)
Requires-Dist: Flask-Sockets (>=0.2.1)
Requires-Dist: flask (>=0.12.4)
Requires-Dist: gevent-websocket (>=0.10.1)
Requires-Dist: gevent
Requires-Dist: graphql-ws (>=0.3.0)
Requires-Dist: watchdog (>=0.8.3)
Requires-Dist: nbconvert (>=5.4.0)
Requires-Dist: enum34 ; python_version < "3.4"

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

Usage
~~~~~
Eg in dagster_examples

.. code-block:: sh

  dagit -p 3333

Running dev ui:

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

Updating mock GraphQL requests / responses used in tests:

.. code-block:: sh

  yarn run download-mocks



