Skip to content

compute: add feature flag to compute notebook block

Warren Gifford requested to merge rvt/ff-compute into main

Created by: rvantonder

When showComputeComponent is true, it displays a + Compute button on the search notebook page. I tried to use a general name, in case the flag is useful in other contexts to enable some compute component outside notebooks.

Test plan

Tested manually by toggling the setting

  "experimentalFeatures": { 
    "showComputeComponent": true,
  } 

Merge request reports

Loading