Skip to content

Commit d991940

Browse files
Updated requirements (#8550)
2 parents 13e448f + efec76f commit d991940

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

website/docs/docs/fusion/supported-features.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@ import FusionDWH from '/snippets/_fusion-dwh.md';
2525

2626
## Requirements
2727

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:
3030
<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 <Constant name="core" /> with no deprecation warnings or errors.
32+
- Migrate your Semantic Layer configurations to the [latest YAML spec](/docs/build/latest-metrics-spec).
33+
3234

3335
## Parity with dbt Core
3436

0 commit comments

Comments
 (0)