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
Copy file name to clipboardExpand all lines: website/docs/docs/fusion/supported-features.md
+5-3Lines changed: 5 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -25,10 +25,12 @@ import FusionDWH from '/snippets/_fusion-dwh.md';
25
25
26
26
## Requirements
27
27
28
-
To use Fusion in your dbt project:
29
-
-You're using a supported adapter and authentication method:
28
+
To use Fusion in your dbt project you must:
29
+
-Use a supported adapter and authentication method:
30
30
<FusionDWH />
31
-
- Have only SQL models defined in your project. Python models are not currently supported because Fusion cannot parse these to extract dependencies (refs) on other models. <!-- [TODO: Link to dbt-fusion Python issue.] -->
31
+
- Be able to run your project on the latest version of <Constantname="core" /> with no deprecation warnings or errors.
32
+
- Migrate your Semantic Layer configurations to the [latest YAML spec](/docs/build/latest-metrics-spec).
0 commit comments