davlee1972 commented on issue #1422:
URL: https://github.com/apache/arrow-adbc/issues/1422#issuecomment-1896328576

   Yeah and here's the valid JWT test which clearly strips anything after "."
   
   
https://github.com/snowflakedb/snowflake-connector-python/blob/25f2547f11f17701f54ac6409cea9c764a0027b3/test/integ/**test_key_pair_authentication.py**#L12
   
   ```
   @pytest.mark.parametrize(
       "input_account,expected_account",
       [
           ("s3testaccount.global", "S3TESTACCOUNT.GLOBAL"),
           ("acct-with-dashes", "ACCT-WITH-DASHES"),
           ("testaccount.extra", "TESTACCOUNT"),
           ("testaccount-user.global", "TESTACCOUNT"),
           ("normalaccount", "NORMALACCOUNT"),
       ],
   )
   ```
   
   


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to