So this is a super silly thing. But we run Dagit w...
# ask-community
m
So this is a super silly thing. But we run Dagit with multiple remote user code locations. We've noticed that recently (not sure exactly when) Dagit stopped expanding repositories in the sidebar. Screenshot in 🧵.
🤖 1
you can see the carets are pointing all which way
If we select a single location from the filters, it does show the included assets.
I have debug console logging enabled, but nothing shows up in the dev console when I click on the locations to expand/shrink assets.
the image running Dagit here is
Copy code
<http://docker.io/dagster/dagster-celery-k8s:1.3.1|docker.io/dagster/dagster-celery-k8s:1.3.1>
d
I’ve just put up a fix for this, believe it or not. 🙂 https://github.com/dagster-io/dagster/pull/14217
The issue is related to the space characters in the code location names
‼️ 1
m
I do believe it! Impeccable timing 🙂
oh wow you are totally right, I never would have picked that out
facepalm
d
Thanks for the report!
m
and thanks for the patch!!
🌈 1