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
Per review feedback, eliminated code duplication:
- Combined two separate try-except blocks into one
- Single exception handler now checks column_encryption_policy to decide path
- Maintains same error reporting behavior
- Follows Python's DRY (Don't Repeat Yourself) principle
This makes the code cleaner and more maintainable.
Co-authored-by: mykaul <[email protected]>
0 commit comments