Skip to content

Commit

Permalink
feat: dimension hierarchies (#12)
Browse files Browse the repository at this point in the history
Implements dimension hierarchies. Two types of hierarchies are supported: categorical, and temporal. These allow users to drill down into a query on the hierarchy axis.
  • Loading branch information
retro authored Aug 13, 2024
1 parent cdfec0b commit 96b9175
Show file tree
Hide file tree
Showing 28 changed files with 3,116 additions and 187 deletions.
3 changes: 2 additions & 1 deletion biome.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@
"style": {
"useNamingConvention": "off",
"noNonNullAssertion": "off"
}
},
"suspicious": { "noExplicitAny": "off" }
}
}
}
86 changes: 84 additions & 2 deletions package-lock.json

Large diffs are not rendered by default.

3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@
"dependencies": {
"@dagrejs/graphlib": "github:dagrejs/graphlib",
"chrono-node": "^2.7.5",
"compare-by": "^2.1.0",
"dayjs": "^1.11.10",
"mssql": "^11.0.1",
"sql-formatter": "^15.2.0",
"tiny-invariant": "^1.3.3",
"type-fest": "^4.12.0",
Expand Down Expand Up @@ -65,6 +65,7 @@
"cz-conventional-changelog": "^3.3.0",
"cz-git": "^1.9.0",
"esbuild": "^0.20.2",
"mssql": "^11.0.1",
"pg": "^8.11.3",
"rimraf": "^5.0.5",
"semantic-release": "^23.0.4",
Expand Down
Loading

0 comments on commit 96b9175

Please sign in to comment.