Skip to content

Hidden Attributes #1060

@dimitri-yatsenko

Description

@dimitri-yatsenko

Feature Request

Problem

Implement support for hidden attributes. These attributes will be prefixed with an underscore and not displayed. DataJoint may store metadata like creation timestamps, usernames, etc in the hidden attributes. U

Requirements

  • DataJoint will support hidden attributes in tables. Any attribute whose name begins with a _ will not be displayed and will not appear as part of the reverse-engineered table definition.
  • DataJoint declaration will allow declaring such attributes for internal purposes but the user API will be prohibited (by default) from using them.
  • Hidden attributes will not participate in joins.
  • Hidden attributes will not be included in results of user queries

Justification

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions