Stanley Yang
05/10/2022, 7:19 PMpip install dagster
which will bring along dagster's dependencies. Then, aren't we implicitly tied to dagster's dependencies anyways?
Thanks!
cc @Serj Bilokhatniukdaniel
05/10/2022, 7:22 PMSerj Bilokhatniuk
05/10/2022, 7:28 PMdaniel
05/10/2022, 7:29 PMSerj Bilokhatniuk
05/10/2022, 7:29 PMdaniel
05/10/2022, 7:30 PMSerj Bilokhatniuk
05/10/2022, 7:30 PMdaniel
05/10/2022, 7:37 PMSerj Bilokhatniuk
05/10/2022, 9:05 PMx>=1
selector. It's even worse for dagit, with flask and a kitchen sink in thereDagster’s repository model lets you isolate codebases so that problems in one job don’t bring down the rest. Each job can have its own package dependencies and Python version. Jobs are run in isolated processes so user code issues can't bring the system down.from: https://github.com/dagster-io/dagster#avoid-dependency-nightmares
daniel
05/10/2022, 9:42 PMSerj Bilokhatniuk
05/10/2022, 9:43 PMdaniel
05/10/2022, 9:44 PMSerj Bilokhatniuk
05/10/2022, 9:44 PMdaniel
05/10/2022, 9:50 PM