You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add telemetry tracking for top-level run_as configuration (#3542)
## Summary
This PR adds telemetry tracking to measure when the top-level `run_as`
configuration is set in Databricks Asset Bundles.
## Changes
- **Telemetry**: Added `run_as_set` boolean field that tracks whether
top-level `run_as` is configured
- **Tests**: Added acceptance test to verify telemetry correctly reports
`true` when `run_as` is set
- **Coverage**: Updated existing deploy test to include the new
telemetry field (covers the `false` case)
The new telemetry field appears alongside existing boolean telemetry
like `experimental.use_legacy_run_as` and will help measure adoption of
the top-level `run_as` feature.
## Test Plan
- ✅ Unit tests pass for the resourcemutator package
- ✅ New acceptance test verifies telemetry reports `true` when `run_as`
is set
- ✅ Existing deploy test continues to pass and reports `false` when
`run_as` is not set
🤖 Generated with [Claude Code](https://claude.ai/code)
---------
Co-authored-by: Claude <[email protected]>
0 commit comments