Commit c3b53a4
authored
Release v0.9.0 (#148)
* Added Databricks CLI version as part of routed command telemetry
([#147](#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. The
`with_user_agent_extra` method is invoked twice, with the `blueprint`
prefix and the __version__ variable, followed by the `cli` 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.1 parent 98c5f30 commit c3b53a4
2 files changed
+6
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
3 | 8 | | |
4 | 9 | | |
5 | 10 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
| 1 | + | |
0 commit comments