Add documentation about what the bootstrap_project
and configure_project
methods do and what they're supposed to be used for
#1891
Labels
Component: Documentation 📄
Issue/PR for markdown and API documentation
Milestone
Description
bootstrap_project
andconfigure_project
methods do and what they're supposed to be used forContext
package_name
argument provided inKedroSession.create()
doesn't do anything, which is confusing to users. This argument should be removed, but since that is a breaking change it will happen in 0.19bootstrap_project
is only meant for configuring a project that hasn't been packaged. When working with a packaged projectconfigure_project
should be used instead.main()
method is that it currently returns an exit code, so downstream processes can't do anything with it.Originally posted by @MerelTheisenQB in #1423 (comment)
The text was updated successfully, but these errors were encountered: