Skip to content

Commit cedb905

Browse files
shirshankayoonhyejin
authored andcommitted
env: change defaults for data contract visibility (#10854)
1 parent c6a9959 commit cedb905

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

metadata-service/configuration/src/main/resources/application.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ featureFlags:
370370
nestedDomainsEnabled: ${NESTED_DOMAINS_ENABLED:true} # Enables the nested Domains feature that allows users to have sub-Domains. If this is off, Domains appear "flat" again
371371
schemaFieldEntityFetchEnabled: ${SCHEMA_FIELD_ENTITY_FETCH_ENABLED:true} # Enables fetching for schema field entities from the database when we hydrate them on schema fields
372372
businessAttributeEntityEnabled: ${BUSINESS_ATTRIBUTE_ENTITY_ENABLED:false} # Enables business attribute entity which can be associated with field of dataset
373-
dataContractsEnabled: ${DATA_CONTRACTS_ENABLED:false} # Enables the Data Contracts feature (Tab) in the UI
373+
dataContractsEnabled: ${DATA_CONTRACTS_ENABLED:true} # Enables the Data Contracts feature (Tab) in the UI
374374

375375
entityChangeEvents:
376376
enabled: ${ENABLE_ENTITY_CHANGE_EVENTS_HOOK:true}

0 commit comments

Comments
 (0)