Page MenuHomeElementl

unbreak dagit read-only mode
ClosedPublic

Authored by dgibson on Jul 12 2021, 1:03 PM.
Tags
None
Referenced Files
Unknown Object (File)
Fri, Mar 31, 2:35 AM
Unknown Object (File)
Fri, Mar 10, 9:44 PM
Unknown Object (File)
Mon, Mar 6, 1:22 AM
Unknown Object (File)
Feb 21 2023, 6:50 PM
Unknown Object (File)
Feb 12 2023, 3:53 AM
Unknown Object (File)
Feb 1 2023, 8:05 PM
Unknown Object (File)
Jan 31 2023, 5:19 AM
Unknown Object (File)
Jan 23 2023, 8:07 PM
Subscribers
None

Details

Summary

While testing some read-only related changes it became clear that a bad refactor caused the read_only param to the dagit CLI to get thrown out :( This diff threads it through correctly.

Test Plan

BK, load dagit with --read-only and verify you can't launch pipelines

Diff Detail

Repository
R1 dagster
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision is now accepted and ready to land.Jul 12 2021, 3:44 PM
This revision was landed with ongoing or failed builds.Jul 12 2021, 3:54 PM
This revision was automatically updated to reflect the committed changes.

this behavior should be under test, something in python_modules/dagit/dagit_tests/test_app.py maybe