简体   繁体   中英

In Palantir Foundry's Workshop, how do I clear the default Workshop variable values I saved earlier?

Palantir Foundry's Workshop allows us to save default values for variables using the "save and publish with current variable values as default" button. Can these default values be cleared out or reset?

保存并发布当前变量值作为 Workshop 中的默认按钮

If you want just to change the default to something else, you can choose another option and save with current variables - that will not clear the default, just change it.

To reset the default:

  1. Go to variables
  2. Choose the dependency graph
  3. Search for the variable
  4. Open Debugger on the top right

打开调试器

  1. Clear the value

清除值

  1. Save again with current variables (which will clear the default)

This is useful if you saved a dropdown list to a value for consistent debugging while developing, and now want to release with the first item in the list, which will chosen by default (if it is clear).

Note : Simply using Save and publish will still retain the older default value, so above steps are necessary.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM