kitta65/dbt mermaid
Draw mermaid flowchart from your dbt project
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| dbt-version | dbt version | yes | 1.7 |
| dbt-project | the directory of dbt project | yes | . |
| dbt-project-to-compare-with | if specified, the differences between two dbt projects are shown | no | — |
| draw-entire-lineage | if false, draw only the differences of two dbt projects and relevant part | yes | true |
| save-text-size | if true, replace dbt resource name with short hash to save text size | yes | false |
| ignore-sources | if true, do not draw sources | yes | false |
| ignore-seeds | if true, do not draw seeds | yes | false |
| ignore-snapshots | if true, do not draw snapshots | yes | false |
| ignore-exposures | if true, do not draw exposures | yes | false |
| ignore-analyses | if true, do not draw analyses | yes | false |
| ignore-tests | if true, do not draw tests | yes | false |
Outputs
| name | description |
|---|---|
| filepath | The filepath of the mermaid flowchart |