Skip to content

Commit

Permalink
ungate new partitions backfill (#8224)
Browse files Browse the repository at this point in the history
* partitions backfill change gating

* lint
  • Loading branch information
prha committed Jun 7, 2022
1 parent ef928a4 commit a34abb7
Show file tree
Hide file tree
Showing 10 changed files with 436 additions and 1,414 deletions.
1 change: 0 additions & 1 deletion js_modules/dagit/packages/core/src/app/Flags.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,6 @@ export const DAGIT_FLAGS_KEY = 'DAGIT_FLAGS';
export enum FeatureFlag {
flagDebugConsoleLogging = 'flagDebugConsoleLogging',
flagDisableWebsockets = 'flagDisableWebsockets',
flagNewPartitionsView = 'flagNewPartitionsView',
flagFlatLeftNav = 'flagFlatLeftNav',
}

Expand Down
10 changes: 0 additions & 10 deletions js_modules/dagit/packages/core/src/app/UserSettingsRoot.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -114,16 +114,6 @@ const UserSettingsRoot: React.FC<SettingsRootProps> = ({tabs}) => {
/>
),
},
{
key: 'New partitions view (experimental)',
value: (
<Checkbox
format="switch"
checked={flags.includes(FeatureFlag.flagNewPartitionsView)}
onChange={() => toggleFlag(FeatureFlag.flagNewPartitionsView)}
/>
),
},
{
key: 'Sectioned left nav (opt-out)',
value: (
Expand Down

0 comments on commit a34abb7

Please sign in to comment.