You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A column can be groupable, filterable and is_temporal.
The columns of the imported gitbase tables are nor groupable nor filterable by default. So before creating a chart that needs grouping or filtering on some columns, the user needs to get to the table configuration and mark the columns as manually.
Example of some columns of the gitbase.commits table manually marked both as groupable and filterable.
Marking them during the creation of the tables would improve the user experience.
On the other hand, each column with type TIMESTAMP is already automatically marked as is_temporal.
The text was updated successfully, but these errors were encountered:
It doesn't affect the creation of the charts. Though we may want to set these fields for some columns. For example, it makes sense to do for commiter_email in commits table. So user charts can be filtered on dashbord.
Let's have a look again at this once #306 is closed. Also given that this doesn't affect main functionalities. Moving this back to the backlog for now.
A column can be
groupable
,filterable
andis_temporal
.The columns of the imported gitbase tables are nor
groupable
norfilterable
by default. So before creating a chart that needs grouping or filtering on some columns, the user needs to get to the table configuration and mark the columns as manually.Example of some columns of the
gitbase.commits
table manually marked both asgroupable
andfilterable
.Marking them during the creation of the tables would improve the user experience.
On the other hand, each column with type
TIMESTAMP
is already automatically marked asis_temporal
.The text was updated successfully, but these errors were encountered: