-
Notifications
You must be signed in to change notification settings - Fork 925
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add an option for kedro new
and kedro run
to skip telemetry (e.g. for CI/CD environment)
#2867
Comments
kedro new
to skip telemetry for CI/CD environmentkedro new
to skip telemetry (e.g. for CI/CD environment)
This should also have the option to consent too not just opt out |
Brainstorming
|
I would do |
Telemetry doesn't affect only CI/CD environments: also Jupyter-based ones (that don't have good support for interactive prompts) https://linen-slack.kedro.org/t/16098616/hi-i-m-running-a-kedro-project-on-databricks-and-when-i-load#6573391b-2b80-41ce-9265-e61041be9ff5 |
This comment was marked as off-topic.
This comment was marked as off-topic.
Originally posted by @datajoely in kedro-org/kedro-devrel#129 (comment) |
When I saw this issue I jumped directly to brainstorming #2867 (comment) but even after identifying that this is not related to the Added more thoughts on #3701 (review) |
Partially addressed by #3701, let's add this flag to |
kedro new
to skip telemetry (e.g. for CI/CD environment)kedro new
and kedro run
to skip telemetry (e.g. for CI/CD environment)
Reopening because kedro-org/kedro-plugins#681 still needs some reviewing. |
After discussing this a bit more internally, we decided to skip this idea. The way we'll solve the original user problem #1640 will be different, will leave some context there. I'm closing this as "not planned". |
Description
When you have created a Kedro project and execute a
kedro
command on the CLI for the first time it asks for consent to runkedro-telemetry
. This is annoying when you create kedro projects as part of a CI/CD run.The task is to add an option to
kedro new
e.g.--telemetry
,--no-telemetry
to allow the user to immediately register their consent choice for a Kedro project and skip the prompt for it later on.Discuss with design what flag name would be most consistent with the other
kedro new
flags.Context
i.e.
kedro new --skip-ci
The text was updated successfully, but these errors were encountered: