https://dagster.io/ logo
Title
m

Marc Work

05/03/2023, 11:36 PM
I have had my Github Action time out a couple times today while it was downloading colorama as a dependency. It has happened on 2 locations that have previously been running on Dagster cloud. Is there I change that I am missing?
j

johann

05/04/2023, 2:34 PM
Hmm strange. Do you know what step is taking the bulk of that 25 minutes? Was it mostly sitting on
Downloading colorama
?
m

Marc Work

05/04/2023, 2:37 PM
Yes, it keeps looking at multiple versions of different dependencies. It seems to get stuck working through the colorama package.
j

johann

05/04/2023, 2:39 PM
Could you have added a dependency that has a conflicting pin?
m

Marc Work

05/04/2023, 2:43 PM
Not since the last successful deployment.
Current dependencies if you see anything I'm not
j

johann

05/04/2023, 3:04 PM
hmm and this is happening on every deployment?
m

Marc Work

05/04/2023, 3:06 PM
Yes
For anyone that may have the same issue, it looks like there was a new version of dbt-core since the last time I pushed. I went with dbt-core==1.4.6 and that fixed the issue for the moment.