Skip to content

Commit a6eb1f4

Browse files
authoredJul 30, 2024
docs: standardize terminology to DataHub Cloud (datahub-project#11003)
1 parent 1c4c858 commit a6eb1f4

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

56 files changed

+129
-129
lines changed
 

‎datahub-graphql-core/src/main/resources/app.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -469,7 +469,7 @@ type FeatureFlagsConfig {
469469
platformBrowseV2: Boolean!
470470

471471
"""
472-
Whether we should show CTAs in the UI related to moving to Managed DataHub by Acryl.
472+
Whether we should show CTAs in the UI related to moving to DataHub Cloud by Acryl.
473473
"""
474474
showAcrylInfo: Boolean!
475475
"""

‎datahub-graphql-core/src/main/resources/entity.graphql

+1-1
Original file line numberDiff line numberDiff line change
@@ -890,7 +890,7 @@ type Mutation {
890890
"""
891891
Creates a filter for a form to apply it to certain entities. Entities that match this filter will have
892892
a given form applied to them.
893-
This feature is ONLY supported in Acryl DataHub.
893+
This feature is ONLY supported in DataHub Cloud.
894894
"""
895895
createDynamicFormAssignment(input: CreateDynamicFormAssignmentInput!): Boolean
896896

0 commit comments

Comments
 (0)