You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
The key has expired.
Major features and improvements
Added KEDRO_LOGGING_CONFIG environment variable, which can be used to configure logging from the beginning of the kedro process.
Removed logs folder from the kedro new project template. File-based logging will remain but just be level INFO and above and go to project root instead.
Bug fixes and other changes
Improvements to Jupyter E2E tests.
Added full kedro run CLI command to session store to improve run reproducibility using Kedro-Viz experiment tracking.
Documentation changes
Improvements to documentation about configuration.
Improvements to Sphinx toolchain including incrementing to use a newer version.
Improvements to documentation on visualising Kedro projects on Databricks, and additional documentation about the development workflow for Kedro projects on Databricks.