Update for Kedro 1.0.0 compatibility
Update the plugin to ensure compatibility with the latest major Kedro release: 1.0.0.
This release introduces several breaking changes. One notable change is the renaming of the extra_params argument in kedro.session.create to runtime_params, which currently affects this plugin and requires updates.
Update for Kedro 1.0.0 compatibility
Update the plugin to ensure compatibility with the latest major Kedro release: 1.0.0.
This release introduces several breaking changes. One notable change is the renaming of the
extra_paramsargument inkedro.session.createtoruntime_params, which currently affects this plugin and requires updates.