Skip to content

Commit

Permalink
[oss] Add feature flag for new asset selection syntax (#25999)
Browse files Browse the repository at this point in the history
as titled.

Not actually exposing the flag to users just yet, but do want to gate
the code with it so landing the flag and will enable manually with JS.
  • Loading branch information
salazarm authored Nov 19, 2024
1 parent 56ea925 commit 745bbe8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export enum FeatureFlag {
flagSidebarResources = 'flagSidebarResources',
flagDisableAutoLoadDefaults = 'flagDisableAutoLoadDefaults',
flagLegacyRunsPage = 'flagLegacyRunsPage',
flagAssetSelectionSyntax = 'flagAssetSelectionSyntax',

// Flags for tests
__TestFlagDefaultNone = '__TestFlagDefaultNone',
Expand Down

1 comment on commit 745bbe8

@github-actions
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Deploy preview for dagit-core-storybook ready!

✅ Preview
https://dagit-core-storybook-6vw0wnxe0-elementl.vercel.app

Built with commit 745bbe8.
This pull request is being automatically deployed with vercel-action

Please sign in to comment.