MCPcopy Create free account
hub / github.com/deepnote/deepnote / DagOptions

Interface DagOptions

packages/cli/src/commands/dag.ts:17–21  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected