dagster-io / dagster

An orchestration platform for the development, production, and observation of data assets.
https://dagster.io
Apache License 2.0
11.14k stars 1.4k forks source link

Tests for GraphQL Python client that hit the actual graphql schema #4207

Open gibsondan opened 3 years ago

gibsondan commented 3 years ago

https://dagster.phacility.com/D8070 changes the results of a test that the python client uses, but did not break any tests. It would be great to have a test for the python client that runs against the actual dagit graphql schema rather than just a mocked version.

catherinewu commented 3 years ago

cc @sidkmenon