| 80 | } |
| 81 | |
| 82 | export interface AnalysisOptions { |
| 83 | /** Filter to a specific notebook */ |
| 84 | notebook?: string |
| 85 | /** Python interpreter path for DAG analysis */ |
| 86 | pythonInterpreter?: string |
| 87 | } |
| 88 | |
| 89 | export interface AnalysisResult { |
| 90 | stats: ProjectStats |
nothing calls this directly
no outgoing calls
no test coverage detected