| > To help improve Daft, we collect non-identifiable data. > To disable this behavior, set the following environment variable: DAFT_ANALYTICS_ENABLED=0 > [0] In short, we collect the following: > On import, we track system information such as the runner being used, version of Daft, OS, Python version, etc. > On calls of public methods on the DataFrame object, we track metadata about the execution: the name of the method, the walltime for execution and the class of error raised (if any). Function parameters and stacktraces are not logged, ensuring that user data remains private. Is this telemetry really necessary? [0] https://www.getdaft.io/projects/docs/en/latest/faq/telemetry... |