Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. D s config
    methodws
  2. Set the following parameter accordingly:

    Code Block
    "Schematized output" : true,


  3. Save your changes and restart the platform.

Enable

...

Deletion of jobs

By default, 

D s product
 does not permit the deletion of jobs. As needed, you can enable deletion of jobs. 

...

Disable

...

By default, users are permitted to modify the paths for uploading datasets and outputting results. For more information, see Storage Config Page.

If needed, you can disable the ability for individual users to modify these paths. 

Steps:

  1. D s config
    methodws
  2. Set the following parameter to false:

    Code Block
    Allow the user to modify their paths
  3. Save your changes.

For more information, see Workspace Admin Page.

Disable parameterization

By default, 

D s product
 supports the application of parameters to imported datasets. Datetime, wildcard, or variable parameters can be used to operationalize execution of jobs on different versions of the same dataset. For example, if a new dataset is dropped in the same folder each day with a different date value in the filename, you can apply parameters to the imported dataset to ensure that all matching datasets in the directory can be executed. For more information, see Overview of Parameterization.

...

Flow sharing is enabled by default. For more information on disabling, see Workspace Admin Page.

Disable input swapping with datasets with parameters

By default, the 

D s webapp
 enables swapping out a static dataset with a dataset with parameters. However, these changes can significantly affect overall data processing volumes. If needed, this feature can be disabled.

Steps:

...

D s config

...

Set the following parameter to false:

Code Block
"feature.parameterization.enableSwapWithDynamicDataset": true,

...

.

Disable column lineage recipe highlighting

...

  1. D s config
    methodb
  2. 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

...