Skip to content

Commit

Permalink
fix(metadata-service): Pass editableDatasetNameEnabled feature flag t…
Browse files Browse the repository at this point in the history
…o the config. (#11391)

Co-authored-by: Kristina Kurshakova <[email protected]>
  • Loading branch information
kris48k and Kristina Kurshakova authored Oct 4, 2024
1 parent 364496c commit 7c6d31c
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -436,6 +436,7 @@ featureFlags:
businessAttributeEntityEnabled: ${BUSINESS_ATTRIBUTE_ENTITY_ENABLED:false} # Enables business attribute entity which can be associated with field of dataset
dataContractsEnabled: ${DATA_CONTRACTS_ENABLED:true} # Enables the Data Contracts feature (Tab) in the UI
showSeparateSiblings: ${SHOW_SEPARATE_SIBLINGS:false} # If turned on, all siblings will be separated with no way to get to a "combined" sibling view
editableDatasetNameEnabled: ${EDITABLE_DATASET_NAME_ENABLED:false} # Enables the ability to edit the dataset name in the UI

entityChangeEvents:
enabled: ${ENABLE_ENTITY_CHANGE_EVENTS_HOOK:true}
Expand Down

0 comments on commit 7c6d31c

Please sign in to comment.