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
Bump all package versions to 0.3.0 and update documentation.
Changes:
- CHANGELOG.md: Add v0.3.0 release notes with all new features
- Cargo.toml: Bump workspace version and dependencies to 0.3.0
- Package versions: core, react, wasm packages updated to 0.3.0
- docs/api_schema.json: Regenerate schema for new TemplateConfig types
- READMEs: Document dbt/Jinja templating, template CLI flags, expanded dialect support
FlowScope can preprocess SQL files that use Jinja or dbt-style templating before analysis. This enables lineage extraction from dbt models without running dbt itself.
142
+
143
+
```bash
144
+
# Analyze a dbt model with ref() and source() macros
-**dbt/Jinja Templating:** Preprocess SQL with Jinja or dbt-style templates before analysis, with built-in stubs for `ref()`, `source()`, `config()`, `var()`, and `is_incremental()`.
0 commit comments