If you do not wish to participate in telemetry capture, one can opt-out with one of the following methods:
from hamilton import telemetry telemetry.disable_telemetry()
telemetry_enabled to false in ~/.hamilton.conf under the DEFAULT section:[DEFAULT] telemetry_enabled = False
export HAMILTON_TELEMETRY_ENABLED=falseor passing it as part of the run command:
HAMILTON_TELEMETRY_ENABLED=false python NAME_OF_MY_DRIVER.py