Files
superset2/tests/integration_tests/utils
Evan 69e4f6e254 test: pass real SQLAlchemy Row to _re_encrypt_row in integration tests
The re-encrypt path reads column values via row._mapping (SQLAlchemy 2.0
Row API), but the integration tests passed a plain dict, which has no
_mapping, raising AttributeError. Build a genuine Row via a small helper
that handles both the 1.4 and 2.0 Row constructor signatures.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
2026-06-23 14:53:41 -07:00
..