| 15 | import { emitInitResolverWarnings, loadAndResolveDeepnoteFile } from '../utils/load-and-resolve-init' |
| 16 | |
| 17 | export interface DagOptions { |
| 18 | output?: 'json' | 'dot' |
| 19 | notebook?: string |
| 20 | python?: string |
| 21 | } |
| 22 | |
| 23 | export interface DagDownstreamOptions extends DagOptions { |
| 24 | block: string |
nothing calls this directly
no outgoing calls
no test coverage detected