datagrok-ai / public

Public package repository for the Datagrok.ai platform
MIT License
43 stars 26 forks source link

#3020: Fix/improve 'add view' / View inheritance example #3020

Open santee opened 1 month ago

santee commented 1 month ago
  1. Custom class being created on 'grok add view' should be something generic (display hello world?)
  2. it doesn't run as is. Reason is that get name() doesn't work as was clearly expected by its writer. It doesn't overwrite get implementation, but defines a new property without a setter causing the constructor to fail.
  3. open() calls are actual functions, should be this.open probably if Notebooks package is taken as a source
  4. Adjust docs
dnillovna commented 1 month ago

This issue has been mirrored in Jira: https://reddata.atlassian.net/browse/GROK-16547