for the below query:
select base64(
    aes_encrypt(
       '00', 
       to_binary(secret('secret-scope', 'data-protection-secret'), 'BASE64')       
    )
)
when the value to encrypt is 2 characters, the return is always "REDACTED_POSSIBLE_SECRET_ACCESS_KEY", it works for other length of string to encrypt.
It start from last Friday, will create a ticket to databricks.
any body have any work around solution?