Page tree

Versions Compared

Key

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

...

The flow sharing feature enables a user to share a flow with another user for collaboration. In this manner, a single source of truth can be retained as multiple users collaborate to transform the flow's datasets into the desired output. See Overview of Sharing.

 


Flow sharing is enabled by default. To disable flow sharing, please complete the following steps.

...

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

    Code Block
    "feature.flowSharing.enabled" : true,
  3. Save your changes and restart the platform.

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:

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

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


  3. Save your changes and restart the platform.

...