D toc |
---|
Excerpt | ||||
---|---|---|---|---|
In this section, you can review configuration options for specific features of
|
Feature flags are used to enable or disable features in the
. You can apply these changes through the Admin Settings page in the D s platform
. D s webapp
Platform Features
Through the Admin Settings page, platform administrators can search for the required feature flag by entering some or all of a feature flag name and modify values as needed.
D role | ||
---|---|---|
|
Tip |
---|
Tip: You can copy setting names from the documentation to search the available feature flags. Do not paste in double quotes from documentation samples. |
Info | |
---|---|
NOTE: Except as noted, platform feature flags can be modified through the Admin Settings page in the
|
Warning | |
---|---|
Do not modify settings through Admin Settings page and |
As required, you can enable or disable a feature flag by performing the following steps:
Steps:
D s config Set the value as required:
Feature flags are used to enable or disable features. Typically, these are
true
or false values.Code Block "<feature.flag>": true or false
where:
<feature.flag>
is the name of the flag to modify. .- Some features are enabled or modified using values other than
true
orfalse
. - See below.
- To save your changes, click Save.
- A platform restart is automatically executed when you save the changes.
For more information, see Admin Settings Page.
Feature | Description | ||||||
---|---|---|---|---|---|---|---|
Enable deletion of jobs | When enabled, jobs can be deleted from Flow View page or from the Jobs page through the context menu.
Feature flag: feature.enableJobDeletion Default value: false | ||||||
Configure machine-learning transformation suggestions | The
Enables the newer method of ranking transform suggestions based on machine learning. This method is executed in the client and is therefore faster.
Feature flag: feature.mlTransformSuggestions.suggestionRankingModel.enabled Default value: true | ||||||
Enables the old server-side method of ranking transform suggestions based on machine learning.
Feature flag: feature.mlTransformSuggestions.enabled Default value: false | |||||||
Feature flag: feature.mlTransformSuggestions.delayThreshold Default value: 80 milliseconds | |||||||
Enable uploading profile pictures | You can configure the
Feature flag: webapp.enableProfilePicture Default value: true | ||||||
Disable column lineage recipe highlighting | By default, the
Feature flag: webapp.enableColumnLineageScriptHighlighting Default value: true | ||||||
Configure publishing access controls | When this feature is enabled, job results are always written with permissions inherited from the parent directory of the target location. Feature flag: feature.copyFileToDestination Default value: false | ||||||
Enable publication of Datetime/Timestamp values to Parquet outputs | By default,
Optionally, you can enable the generation of Datetime/Timestamp values from Datetime values. Feature flag: feature.outputParquetTimestamp Default value: false | ||||||
Disable custom types | By default, you can create custom data types in
Feature flag: feature.enableCustomTypes Default value: true |
Additional Features
In addition to enabling the feature, you can configure additional settings for the following features.
D children | ||
---|---|---|
|