mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
feat: add option for hash algorithms (#35621)
Co-authored-by: Ville Brofeldt <33317356+villebro@users.noreply.github.com>
This commit is contained in:
committed by
GitHub
parent
8d7c83419c
commit
bb22eb1ca8
@@ -31,7 +31,8 @@ from tests.unit_tests.fixtures.common import dttm # noqa: F401
|
||||
@pytest.mark.parametrize(
|
||||
"column_name,expected_result",
|
||||
[
|
||||
("a" * 129, "b325dc1c6f5e7a2b7cf465b9feab7948"),
|
||||
# SHA-256 hash of 129 'a' characters with default HASH_ALGORITHM
|
||||
("a" * 129, "c12cb024a2e5551cca0e08fce8f1c5e314555cc3fef6329ee994a3db752166ae"),
|
||||
("snake_label", "snake_label"),
|
||||
("camelLabel", "camelLabel"),
|
||||
],
|
||||
|
||||
Reference in New Issue
Block a user