Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
export DATABRICKS_CLI_TELEMETRY_PID_FILE=./telemetry.pid
trace $CLI telemetry dummy
echo "waiting for telemetry process to finish"
# Wait for the child telemetry process to finish
wait_file ./telemetry.pid
wait_pid $(cat ./telemetry.pid)