Page MenuHomeElementl

Renames dev mode to default mode.
Needs ReviewPublic

Authored by bob on Feb 12 2021, 8:34 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sun, Mar 12, 8:05 PM
Unknown Object (File)
Sat, Mar 11, 12:32 AM
Unknown Object (File)
Fri, Feb 24, 8:08 AM
Unknown Object (File)
Feb 20 2023, 2:32 AM
Unknown Object (File)
Feb 9 2023, 5:54 AM
Unknown Object (File)
Feb 2 2023, 9:31 PM
Unknown Object (File)
Nov 17 2022, 10:29 AM
Unknown Object (File)
Nov 17 2022, 10:29 AM
Subscribers
None
This revision needs review, but all specified reviewers are disabled or inactive.

Details

Summary

To avoid needing to specify a pipeline mode during development, the development mode has been renamed from "dev" to "default".

Test Plan

buildkite

Diff Detail

Repository
R1 dagster
Branch
chenbobby/new-repo-cli--default-mode
Lint
Lint Passed
Unit
No Test Coverage

Event Timeline

This revision is now accepted and ready to land.Feb 22 2021, 6:06 PM

From local experimentation, it seems that having a mode named "default" will still require me to explicitly pick the mode for pipeline execution.

$ dagster pipeline execute -m my_module -p my_pipeline

Pipeline my_pipeline has multiple modes (Available modes: ['default', 'test']) and you have attempted to execute it without specifying a mode. Set mode property on the PipelineRun object.

This diff was originally motivated by a Slack discussion during DogFoodDay Feb 2021, but I'm struggling to find it in Slack search. For now, I'll put this diff "on hold" until I (or someone else) can reproduce the advantages and convenience of using "default" instead of "dev".

This revision now requires review to proceed.May 6 2021, 5:49 PM