Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move DeployedFlow and Triggered run to a more inheritance model. The _enrich_* methods were making it very hard to generate proper stubs. This will hopefully improve that. * Fix circular dependency and address comments Some doc cleanup as well. * Removed extraneous code * Forgot file * Update NBDeployer to forward to underlying deployer * Fix circular deps and other crap * Added stub-gen for deployer (try 2) * Fix stub test * Fix dataclients * fix docstrings for deployer (#2119) * Renamed metadata directory to metadata_provider (and related changes) There was a clash between the `metadata` function and the `metadata` module which caused issues with stubs (at least the new way of generating) * Forgot one * Typo * Make nbdocs happy * add docstrings for injected methods --------- Co-authored-by: Romain Cledat <[email protected]>
- Loading branch information