Replies: 2 comments
-
Those error crashes the real time view of job run. |
Beta Was this translation helpful? Give feedback.
0 replies
-
What version of dagster are you using if you run Version 1.8.3 was yanked for known errors that resemble this one. You could try pin your dagster version to use |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I have some bug in Dagster during job run related to GraphQL
The
install_requires
fromsetup.py
install_requires=[
"dagster",
"dagster-cloud",
"dagster-dbt",
"dagster-embedded-elt",
"dagster-gcp==0.24.0",
"dagster-graphql==1.8.0",
"dagster-pandas==0.24.0",
"dagster-pipes==1.8.0",
"dagster-webserver==1.8.0",
"dlt==0.5.2",
"google-api-core==2.19.1",
"google-api-python-client==2.140.0",
"google-auth==2.33.0",
"google-auth-httplib2==0.2.0",
"google-cloud-bigquery==3.25.0",
"google-cloud-bigquery-storage==2.25.0",
"google-cloud-core==2.4.1",
"google-cloud-secret-manager==2.10.0",
"google-cloud-storage==2.18.2",
"dbt-core",
"dbt-duckdb",
"dbt-bigquery",
"google-analytics-data",
"google-api-python-client",
"google-auth-oauthlib",
"requests_oauthlib"
],
The
requirements.txt
setuptools~=68.2.0
dlt~=0.5.2
pendulum~=3.0.0
google-api-python-client~=2.140.0
dagster~=1.8.0
dagster
dagster-cloud
dagster-cloud-cli
dagster-dbt
dagster-embedded-elt
dagster-gcp==0.24.0
dagster-graphql==1.8.0
dagster-pandas==0.24.0
dagster-pipes==1.8.0
dagster-webserver==1.8.0
dlt==0.5.2
google-api-core==2.19.1
google-api-python-client==2.140.0
google-auth==2.33.0
google-auth-httplib2==0.2.0
google-cloud-bigquery==3.25.0
google-cloud-bigquery-storage==2.25.0
google-cloud-core==2.4.1
google-cloud-secret-manager==2.10.0
google-cloud-storage==2.18.2
dbt-core
dbt-duckdb
dbt-bigquery
google-analytics-data
google-api-python-client
google-auth-oauthlib
requests_oauthlib
dlt[bigquery]>=0.3.25
Image
Beta Was this translation helpful? Give feedback.
All reactions