Documentation
¶
Overview ¶
fetch-nb authenticates against Fabric, resolves a workspace and notebook by displayName, and prints the parameters discovered by futils's parser. Used to validate the end-to-end flow against real notebooks before wiring the interactive CLI.
Usage:
go run ./cmd/fetch-nb "<Workspace displayName>" "<Notebook displayName>"
Optional flags:
-raw dump the decoded .ipynb to stdout instead of parsed parameters
-profile keychain profile name (default "default")
-run actually trigger a RunNotebook job using discovered defaults
(plus any -p overrides), then poll until completion
-p name=value override a discovered parameter. Type is inherited from the
notebook's declaration. Repeat the flag for multiple overrides.
Click to show internal directories.
Click to hide internal directories.