v0.9.0
- Added Databricks CLI version as part of routed command telemetry (#147). A new environment variable, "DATABRICKS_CLI_VERSION", has been introduced in the Databricks CLI version for routed command telemetry. This variable is incorporated into the
with_user_agent_extra
method, which adds it to the user agent for outgoing requests, thereby enhancing detailed tracking and version identification in telemetry data. Thewith_user_agent_extra
method is invoked twice, with theblueprint
prefix and the version variable, followed by thecli
prefix and the DATABRICKS_CLI_VERSION environment variable, ensuring that both the blueprint and CLI versions are transmitted in the user agent for all requests.
Contributors: @nfx