...
Flow sharing is enabled by default. For more information on disabling, see Workspace Admin Page.
Disable
...
By default, the
D s webapp |
---|
Steps:
D s config Set the following parameter to
false
:Code Block "feature.parameterization.enableSwapWithDynamicDataset": true,
- Save your changes and restart the platform.
Disable column lineage recipe highlighting
...
D s config Set the following to
false
:Code Block "feature.enableCustomTypes": false,
- Save changes and restart the platform.
Disable machine learning transform suggestions
There is a known issue in which editing a recipe can result in an error like the following appearing in the recipe panel:
Code Block |
---|
Server Save Error. Unable to save changes. You may lose your work. |
This error may be caused by a conflict between your operation and the machine learning service's attempt to deliver ranked suggestions to the user interface. Disabling this feature may remove the error.
Info |
---|
NOTE: This change disables the platform's use of machine learning to improve transformation suggestions based on your actions. It does not impact the base platform's predictive interaction, which feeds your selections through a default set of algorithms to deliver suggested transformations. |
Steps:
D s config method b Locate the following parameter and set it to
false
:Code Block "feature.mlTransformSuggestions.enabled": false,
Save your changes and restart the platform.
Other Configuration Topics
...