Drop package_name
argument in KedroSession.create
in 0.19
#1892
Milestone
package_name
argument in KedroSession.create
in 0.19
#1892
Description
package_name
argument inKedroSession.create
in 0.19Context
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: