We should supply any necessary information from the instance during the daemon run iteration, rather than saving information from the instance.
Details
Details
N/A
Diff Detail
Diff Detail
- Repository
- R1 dagster
- Lint
Lint Not Applicable - Unit
Tests Not Applicable
Event Timeline
Comment Actions
thanks for doing this! One small thing and we're good I think (let's merge create() with the constructor)
python_modules/dagster/dagster/daemon/daemon.py | ||
---|---|---|
53–58 | I don't see the value of this method - can we call the constructor directly? |