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
* feat: Add two-phase commit for query telemetry and configurable event log lookback window
- Implement two-phase commit pattern in `_process_span_rows` to prevent silent data loss when trace export fails by only marking queries as processed after successful OTLP flush
- Add `plugins.event_log.lookback_hours` configuration option (default: 24) to replace hardcoded 24-hour lookback window in `V_EVENT_LOG`
- Add comprehensive test coverage for query hierarchy validation with nested stored procedure chains
* feat: Add authentication method attributes to Users plugin
- Add `snowflake.user.has_mfa` attribute to indicate multi-factor authentication enrollment status
- Add `snowflake.user.has_pat` attribute to indicate programmatic access token configuration
- Add `snowflake.user.has_rsa` attribute to indicate RSA public key authentication configuration
- Add `snowflake.user.has_workload_identity` attribute to indicate workload identity federation configuration
- Update TMP_USERS and TMP_USERS_HELPER table
* fix: Update log attribute adjustment to handle None values correctly
fix: Update secure_objects_only field to use TRY_TO_BOOLEAN for proper type conversion
0 commit comments