https://dagster.io/ logo
Title
y

yuhan

01/19/2023, 11:09 PM
Weekly Release Highlights: 1.1.11 ☝️ One command
dagster dev
to run both UI and daemon in the same process during local dev (guide) :dbt: Utility to cache compilations from dbt Cloud jobs, which allows dbt assets to be loaded faster 📜 New example for the branching I/O manager
❤️ 9
😛artyblob: 3
:condagster: 1
:rainbow-daggy: 1
s

Stephen Bailey

01/20/2023, 3:06 AM
dagster dev
😍. Last nail in the
docker compose
coffin.
😛artydagster: 4
Are we moving towards
--module-name
rather than
--package-name
? Notice that it's not in the
dagster dev
options.
d

daniel

01/20/2023, 3:08 AM
Yeah, we decided that that was a bit more accurate of a name since it doesn't actually have to be a package - there's no functionality difference between the two though
👍 1
s

Sanidhya Singh

01/20/2023, 6:56 AM
1.1.12 is unavailable? pip only downloads 1.1.11 when I try to upgrade
:wtf-owl: 1
d

Dimka Filippov

01/20/2023, 11:30 AM
can anybody tell, why pip thinks the 1.1.12 version is already available?
:wtf-owl: 1
it can't be downloaded and that's why the error occurs, but why?
can it be fixed asap, please?
d

daniel

01/20/2023, 12:57 PM
It’s looking like pip and pypi are having some infrastructure / caching issues - while that problem is being sorted out it should be possible to install dagster at version 1.1.11
d

Dimka Filippov

01/20/2023, 1:20 PM
ok, but what about grpcio pin was removed in 1.1.10 and included to 1.1.11 again?
d

daniel

01/20/2023, 1:26 PM
That pin is due to an upstream issue in the gRPC package where it frequently hangs https://github.com/grpc/grpc/issues/31885
d

Dimka Filippov

01/20/2023, 1:28 PM
so it was returned in 1.1.11 and will be present later?
d

daniel

01/20/2023, 1:30 PM
That’s right - it seemed for a while like it wasn’t happening in python 3.10, but that turned out to not be the case. You can install a later version of grcio if you like, but it would be a “use at your own risk” situation
d

Dimka Filippov

01/20/2023, 1:32 PM
😔
d

daniel

01/20/2023, 1:34 PM
Hopefully they’ll be able to fix the upstream issue soon, it seems to be affecting a number of other libraries as well
d

Dimka Filippov

01/20/2023, 1:34 PM
yes, exactly let's hope on better then
s

Stephen Bailey

01/20/2023, 5:06 PM
Just realized - does
dagster dev
functionality mean that sensors will be soon available in branch deployments?
d

daniel

01/20/2023, 5:14 PM
we're still working on the feature demoed here a while back to make that possible: https://dagster.slack.com/archives/C01U5LFUZJS/p1669826556508059 - but there's no direct connection between that and
dagster dev
👍 1
@Dimka Filippov its looking like our grpcio pin might be gone soon if this comment is any indication https://github.com/grpc/grpc/issues/31885#issuecomment-1398789898
r

R Lucas

01/25/2023, 10:44 AM
Hello, It seems like "run status" bars are not updated since this release when launching backfills. Is this issue known ?