https://dagster.io/ logo
Title
u

user

07/14/2022, 10:48 PM
A new Dagster version was just published: 0.15.6. 📦 PyPI: https://pypi.org/project/dagster/0.15.6/ ☸️ Helm Chart: https://artifacthub.io/packages/helm/dagster/dagster/0.15.6 🛠️ Dagster Changelog: https://docs.dagster.io/changelog#0156 ☁️ Dagster Cloud Changelog: https://github.com/dagster-io/dagster-cloud/blob/main/CHANGES.md 📖 Docs: https://docs.dagster.io/0.15.6/getting-started
:woo: 2
:dag-eyes: 3
:lfg: 4
❤️ 2
s

Samuel Stütz

07/15/2022, 7:39 AM
rollout of the update chart failed for me direct update from 0.15.5 -> 0.15.6
Traceback (most recent call last):
19
  File "/usr/local/bin/dagit", line 5, in <module>
18
    from dagit.cli import main
17
  File "/usr/local/lib/python3.7/site-packages/dagit/cli.py", line 21, in <module>
16
    from .app import create_app_from_workspace_process_context
15
  File "/usr/local/lib/python3.7/site-packages/dagit/app.py", line 11, in <module>
14
    from .webserver import DagitWebserver
13
  File "/usr/local/lib/python3.7/site-packages/dagit/webserver.py", line 8, in <module>
12
    from dagster_graphql import __version__ as dagster_graphql_version
11
  File "/usr/local/lib/python3.7/site-packages/dagster_graphql/__init__.py", line 3, in <module>
10
    from .client import (
9
  File "/usr/local/lib/python3.7/site-packages/dagster_graphql/client/__init__.py", line 1, in <module>
8
    from .client import DagsterGraphQLClient
7
  File "/usr/local/lib/python3.7/site-packages/dagster_graphql/client/client.py", line 5, in <module>
6
    from gql import Client, gql
5
  File "/usr/local/lib/python3.7/site-packages/gql/__init__.py", line 11, in <module>
4
    from .client import Client
3
  File "/usr/local/lib/python3.7/site-packages/gql/client.py", line 19, in <module>
2
    from graphql import (
1
ImportError: cannot import name 'DocumentNode' from 'graphql' (/usr/local/lib/python3.7/site-packages/graphql/__init__.py)
a

alex

07/15/2022, 2:55 PM
this is with the default image for dagit?
s

Samuel Stütz

07/15/2022, 3:00 PM
Yes I just updated the helm chart. Render and deploed via argocd. Was dagster k8s celery image 0.15.6.
a

alex

07/15/2022, 3:02 PM
thanks for the report - looking in to this now
u

user

07/15/2022, 4:17 PM
We just updated the image to resolve this issue, thanks for the report. You may need to pull it again if its already cached in your cluster (the image is docker.io/dagster/dagster-celery-k8s)