Back to Dagster

README

python_modules/dagit/README.rst

20190509533 B
Original Source

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

Requirements

On Windows, dagit is known not to work with Python 2.7. See: https://arrow.apache.org/docs/python/install.html

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 api mocks:

.. codeblock:: sh

  REACT_APP_RENDER_API_RESULTS=true REACT_APP_GRAPHQL_URI="ws://localhost:3333/graphql" yarn start

Copy the mocks to `__tests__/mockData.tsx`