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 is a follow up ticket for #2522
This can be done after the add-ons workflow is in its final iteration of design and implementation.
Once the user creates a new Kedro project with the project creation wizard or using the --addons flag. This information should be added to the user project's pyproject.toml
[tool.kedro]
package_name = "spaceflights"project_name = "spaceflights"project_version = "0.18.11"add_ons = ["1,2,3"] #or ["Linting", "Documentation"] or ["1", "2", "3"] format can be decided later, in agreement with Design
This metadata can then me passed on to kedro-telemetry.
Description
This is a follow up ticket for #2522
This can be done after the add-ons workflow is in its final iteration of design and implementation.
Once the user creates a new Kedro project with the project creation wizard or using the
--addons
flag. This information should be added to the user project'spyproject.toml
This metadata can then me passed on to
kedro-telemetry
.Context
Write up in the comment of the spike ticket #2522 (comment)
Possible Implementation
This implementation has two things to be done -
add-ons
is added to the project'spyproject.toml
add-ons
is allowed as a field. This change will go inkedro/framework/startup.py
Possible Alternatives
The text was updated successfully, but these errors were encountered: