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
feat(schema-compiler,api-gateway): Nested folders support (#9659)
* extend validation schema with nested folders
* support nested folders in CubeEvaluator
* support nested folders in meta
* add tests
* fix open api spec
* Fix TCubeFolder type
fix/add TCubeNestedFolder type in client
* Temporary marked folder members as strings
* Revert "Temporary marked folder members as strings"
This reverts commit f7101f3.
* update meta transformer with flat and nested folders
* add CUBEJS_NESTED_FOLDERS_DELIMITER env and related flow
* regenerate cube rust openapi client
* filter uniq folder members
* update tests
* update snapshots
* docs: Nested folders
---------
Co-authored-by: Igor Lukanin <[email protected]>
Copy file name to clipboardExpand all lines: docs/pages/product/apis-integrations.mdx
+6-4Lines changed: 6 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -45,10 +45,11 @@ for an unofficial, community-maintained [client library for Python](https://gith
45
45
Support for data modeling features differ across APIs, integrations, and [visualization
46
46
tools][ref-viz-tools]. Some of the features with partial support are listed below:
47
47
48
-
| Feature | ✅ Supported in | ❌ Not supported in |
49
-
| --- | --- | --- |
50
-
|[Hierarchies][ref-hierarchies]|[Microsoft Power BI][ref-powerbi] via the [DAX API][ref-dax-api]<br/>[Cube Cloud for Excel][ref-cube-cloud-for-excel]<br/>[Cube Cloud for Sheets][ref-cube-cloud-for-sheets]<br/>[Tableau][ref-tableau] via [Semantic Layer Sync][ref-sls]| All other tools |
51
-
|[Folders][ref-folders]|[Microsoft Power BI][ref-powerbi] via the [DAX API][ref-dax-api]<br/>[Cube Cloud for Excel][ref-cube-cloud-for-excel]<br/>[Cube Cloud for Sheets][ref-cube-cloud-for-sheets]<br/>[Tableau][ref-tableau] via [Semantic Layer Sync][ref-sls]<br/>[Apache Superset][ref-superset] via [Semantic Layer Sync][ref-sls]<br/>[Preset][ref-preset] via [Semantic Layer Sync][ref-sls]| All other tools |
48
+
| Feature | ✅ Supported in |
49
+
| --- | --- |
50
+
|[Hierarchies][ref-hierarchies]|[Microsoft Power BI][ref-powerbi] via the [DAX API][ref-dax-api]<br/>[Cube Cloud for Excel][ref-cube-cloud-for-excel]<br/>[Cube Cloud for Sheets][ref-cube-cloud-for-sheets]<br/>[Tableau][ref-tableau] via [Semantic Layer Sync][ref-sls]<br/><br/>Also, supported in [Playground][ref-playground]|
51
+
| Flat [folders][ref-folders]|[Microsoft Power BI][ref-powerbi] via the [DAX API][ref-dax-api]<br/>[Cube Cloud for Excel][ref-cube-cloud-for-excel]<br/>[Cube Cloud for Sheets][ref-cube-cloud-for-sheets]<br/>[Tableau][ref-tableau] via [Semantic Layer Sync][ref-sls]<br/>[Apache Superset][ref-superset] via [Semantic Layer Sync][ref-sls]<br/>[Preset][ref-preset] via [Semantic Layer Sync][ref-sls]<br/><br/>Also, supported in [Playground][ref-playground]|
52
+
| Nested [folders][ref-folders]| Currently, not supported in any tool |
0 commit comments