clair dag¶
Print the project dependency graph as an indented tree. No Snowflake connection required.
Example¶
Output:
example_1_database.source.events (SOURCE)
└── example_1_database.refined.events (TABLE)
├── example_1_database.derived.daily_event_counts (TABLE)
└── example_1_database.derived.top_event_types (TABLE)
Filtering with --select¶
View a subgraph by selecting specific Trouves:
Flags¶
| Flag | Default | Description |
|---|---|---|
--project | . | Path to the clair project root |
--select | all | Glob pattern to filter Trouves. Repeat to union patterns. |
See also¶
- DAG concepts
- Selectors
- clair docs — interactive visual DAG in the browser