Skip to content

Commit

Permalink
feat(experiments): add Data warehouse tables to goal selector (#25884)
Browse files Browse the repository at this point in the history
  • Loading branch information
jurajmajerik authored Oct 30, 2024
1 parent bc11915 commit e5eb440
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions frontend/src/scenes/experiments/MetricSelector.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,11 @@ export function ExperimentInsightCreator({ insightProps }: { insightProps: Insig
sortable={isTrends ? undefined : true}
showNestedArrow={isTrends ? undefined : true}
showNumericalPropsOnly={isTrends}
actionsTaxonomicGroupTypes={[
TaxonomicFilterGroupType.Events,
TaxonomicFilterGroupType.Actions,
TaxonomicFilterGroupType.DataWarehouse,
]}
propertiesTaxonomicGroupTypes={[
TaxonomicFilterGroupType.EventProperties,
TaxonomicFilterGroupType.PersonProperties,
Expand Down

0 comments on commit e5eb440

Please sign in to comment.