mirror of https://github.com/databricks/cli.git
This commit is contained in:
parent
7d359b88a2
commit
3fe457257b
|
@ -8,5 +8,7 @@ import (
|
|||
)
|
||||
|
||||
func withCommandExecIdInUserAgent(ctx context.Context) context.Context {
|
||||
// A UUID that will allow us to correlate multiple API requests made by
|
||||
// the same CLI invocation.
|
||||
return useragent.InContext(ctx, "cmd-exec-id", command.ExecId(ctx))
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue