diff --git a/README.md b/README.md index d13d247..ad384d1 100644 --- a/README.md +++ b/README.md @@ -177,6 +177,25 @@ terminate_anyscale_service = PythonOperator( deploy_anyscale_service >> terminate_anyscale_service ``` +## Usage stats + +This provider collects usage stats data by default (guarded by an opt-out prompt). This data will be used by the open-source Anyscale engineering team to better understand how to the provider is being used and help guide future development. + +Here are the guiding principles of our collection policy: + +- Easy opt-out: You will be able to easily opt-out of data collection. +- Transparency: You will be able to review all data that is sent to us. +- Control: You will have control over your data, and we will honor requests to delete your data. + +We will not collect any personally identifiable data or proprietary code/data. + +We will not sell data or buy data about you. + +You will always be able to disable the usage stats collection. + +To disable usage stats collection, set the environment variable `ANYSCALE__AIRFLOW_TELEMETRY_ENABLED` to `false`. + + ### Changelog _________ diff --git a/docs/index.rst b/docs/index.rst index 93012fa..60455fc 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -85,6 +85,28 @@ The below script uses the ``RolloutAnyscaleService`` operator to deploy a servic .. literalinclude:: ../example_dags/anyscale_service.py + + +Usage stats +----------- + +This provider collects usage stats data by default (guarded by an opt-out prompt). This data will be used by the open-source Anyscale engineering team to better understand how to the provider is being used and help guide future development. + +Here are the guiding principles of our collection policy: + +- Easy opt-out: You will be able to easily opt-out of data collection. +- Transparency: You will be able to review all data that is sent to us. +- Control: You will have control over your data, and we will honor requests to delete your data. + +We will not collect any personally identifiable data or proprietary code/data. + +We will not sell data or buy data about you. + +You will always be able to disable the usage stats collection. + +To disable usage stats collection, set the environment variable \`ANYSCALE__AIRFLOW_TELEMETRY_ENABLED\` to \`false\`. + + Changelog ---------